Re: [XEN PATCH 1/7] xen/arm: mmu: add headers for missing declarations

2023-11-30 Thread Stefano Stabellini
On Wed, 29 Nov 2023, Nicola Vetrini wrote: > The definitions needing the inclusion of asm/setup.h are > boot_{first,second,third}(_id)?, whereas vmap.h is needed by > arch_vmap_virt_end. > > No functional change. > > Signed-off-by: Nicola Vetrini Reviewed-by: Stefano Stabellini

[XEN PATCH 1/7] xen/arm: mmu: add headers for missing declarations

2023-11-29 Thread Nicola Vetrini
The definitions needing the inclusion of asm/setup.h are boot_{first,second,third}(_id)?, whereas vmap.h is needed by arch_vmap_virt_end. No functional change. Signed-off-by: Nicola Vetrini --- xen/arch/arm/mmu/setup.c | 1 + xen/arch/arm/mmu/smpboot.c | 2 ++ 2 files changed, 3 insertions(+)