Hi Julien, > On Aug 22, 2023, at 16:06, Julien Grall <jul...@xen.org> wrote: > > Hi, > > On 22/08/2023 03:42, Henry Wang wrote: >> diff --git a/xen/arch/arm/kernel.c b/xen/arch/arm/kernel.c >> index 0d433a32e7..bc3e5bd6f9 100644 >> --- a/xen/arch/arm/kernel.c >> +++ b/xen/arch/arm/kernel.c >> @@ -16,7 +16,6 @@ >> #include <xen/vmap.h> >> #include <asm/byteorder.h> >> -#include <asm/fixmap.h> >> #include <asm/kernel.h> >> #include <asm/setup.h> >> ``` > > The changes in kernel.c should go in patch #12 where the fixmap user is moved > out.
Thanks, sounds good. I will fix it in v6. Kind regards, Henry > > Cheers, > > -- > Julien Grall