On 28/12/2022 5:20 am, Alistair Francis wrote:
> From: Alistair Francis
>
> Define PADDR_BITS and PAGE_SHIFT for the RISC-V 64-bit architecture.
>
> Signed-off-by: Alistair Francis
Thanks. I've committed this with a tweak to the subject (its not just
PADDR_BITS your adding), and a tweak to the
From: Alistair Francis
Define PADDR_BITS and PAGE_SHIFT for the RISC-V 64-bit architecture.
Signed-off-by: Alistair Francis
---
xen/arch/riscv/include/asm/page-bits.h | 7 +++
1 file changed, 7 insertions(+)
create mode 100644 xen/arch/riscv/include/asm/page-bits.h
diff --git a/xen/arch/