Re: [PATCH v2 4/5] x86/kernel: Move page table macros to header

2024-08-15 Thread Juergen Gross
On 14.08.24 21:50, Jason Andryuk wrote: The PVH entry point will need an additional set of prebuild page tables. Move the macros and defines to pgtable_64.h, so they can be re-used. Signed-off-by: Jason Andryuk Reviewed-by: Juergen Gross Juergen OpenPGP_0xB0DE9DD628BF132F.asc Description

[PATCH v2 4/5] x86/kernel: Move page table macros to header

2024-08-14 Thread Jason Andryuk
The PVH entry point will need an additional set of prebuild page tables. Move the macros and defines to pgtable_64.h, so they can be re-used. Signed-off-by: Jason Andryuk --- v2: Use existing pgtable_64.h s/-/ - / in pud_index() Did not add Juergen's R-b in case the header movement matters --- a