From: Catalin Marinas Date: Fri, 22 Jun 2007 13:27:50 +0000 (+0100) Subject: [ARM] 4452/1: Force the literal pool dump before reloc_end X-Git-Tag: MMI-PSA29.97-13-9~42562^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=92c83ff1ce6165bd62cebe4e4d1ca5ccb6f9713b;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git [ARM] 4452/1: Force the literal pool dump before reloc_end In the arch/arm/boot/compressed/head.S file, the contents of the literal pool accumulated during the relocatable code must be dumped before reloc_end. Signed-off-by: Catalin Marinas Signed-off-by: Russell King --- diff --git a/arch/arm/boot/compressed/head.S b/arch/arm/boot/compressed/head.S index 23348e9561b9..680ea6ed77b8 100644 --- a/arch/arm/boot/compressed/head.S +++ b/arch/arm/boot/compressed/head.S @@ -836,6 +836,7 @@ memdump: mov r12, r0 mov pc, r10 #endif + .ltorg reloc_end: .align