Re: [PATCH 3/6] add L4 kmem cache for x86_64

2023-02-12 Thread Samuel Thibault
Applied, thanks! Luca Dariz, le dim. 12 févr. 2023 18:03:10 +0100, a ecrit: > * i386/intel/pmap.c: allocate the L4 page table from a dedicate kmem > cache instead of the generic kernel map. > Also improve readability of nested ifdef's. > --- > i386/intel/pmap.c | 34 +++---

[PATCH 3/6] add L4 kmem cache for x86_64

2023-02-12 Thread Luca Dariz
* i386/intel/pmap.c: allocate the L4 page table from a dedicate kmem cache instead of the generic kernel map. Also improve readability of nested ifdef's. --- i386/intel/pmap.c | 34 +++--- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/i386/intel/pm