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

2024-09-25 Thread Dave Hansen
On 8/23/24 12:36, 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 Acked-by: Dave Hansen

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

2024-08-23 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 Reviewed-by: Juergen Gross --- v3: Add Juergen's R-b v2: Use existing pgtable_64.h s/-/ - / in pud_index() Did not add Juerg