From: Luca Miccio <206497@studenti.unimore.it> Date: Mon, 6 Jan 2020 13:37:38 +0000 (+0100) Subject: xen/arm: enable consider_modules for ARM64 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6fa7c271a7e050b6c7e4a31bbf1118a22106d74e;p=people%2Fsstabellini%2Fxen-unstable.git%2F.git xen/arm: enable consider_modules for ARM64 Signed-off-by: Luca Miccio <206497@studenti.unimore.it> --- diff --git a/xen/arch/arm/setup.c b/xen/arch/arm/setup.c index bb50bd743b..dc5d093ded 100644 --- a/xen/arch/arm/setup.c +++ b/xen/arch/arm/setup.c @@ -414,7 +414,6 @@ static void * __init relocate_fdt(paddr_t dtb_paddr, size_t dtb_size) return fdt; } -#ifdef CONFIG_ARM_32 /* * Returns the end address of the highest region in the range s..e * with required size and alignment that does not conflict with the @@ -506,7 +505,6 @@ static paddr_t __init consider_modules(paddr_t s, paddr_t e, } return e; } -#endif /* * Return the end of the non-module region starting at s. In other