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.
Cheers, -- Julien Grall