On 24.11.2023 14:03, Michal Orzel wrote: > On 17/11/2023 13:24, Oleksii Kurochko wrote: >> --- a/xen/arch/arm/include/asm/numa.h >> +++ b/xen/include/asm-generic/numa.h >> @@ -1,9 +1,11 @@ >> -#ifndef __ARCH_ARM_NUMA_H >> -#define __ARCH_ARM_NUMA_H >> +/* SPDX-License-Identifier: GPL-2.0-only */ >> +#ifndef __ARCH_GENERIC_NUMA_H >> +#define __ARCH_GENERIC_NUMA_H > ASM_GENERIC ? > >> >> -#include <xen/mm.h> >> +#include <xen/mm-frame.h> > If this is for mfn_t, shouldn't this inclusion be moved under #ifndef ?
I agree, it better would be. Jan