]> xenbits.xensource.com Git - people/sstabellini/xen-unstable.git/.git/commitdiff
xen/arm: enable consider_modules for ARM64
authorLuca Miccio <206497@studenti.unimore.it>
Mon, 6 Jan 2020 13:37:38 +0000 (14:37 +0100)
committerLuca Miccio <206497@studenti.unimore.it>
Mon, 6 Jan 2020 13:59:41 +0000 (14:59 +0100)
Signed-off-by: Luca Miccio <206497@studenti.unimore.it>
xen/arch/arm/setup.c

index bb50bd743b4ff2acdb4fbf53c0b7f5d5735bb352..dc5d093ded5d334569a3d72f00275764a35b47fa 100644 (file)
@@ -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