Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=92c83ff1ce6165bd62cebe4e4d1ca5ccb6f9713b
Commit:     92c83ff1ce6165bd62cebe4e4d1ca5ccb6f9713b
Parent:     154c772ebfb12ef66855510e6be2b12c85110b0c
Author:     Catalin Marinas <[EMAIL PROTECTED]>
AuthorDate: Fri Jun 22 14:27:50 2007 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Mon Jun 25 20:36:27 2007 +0100

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 arch/arm/boot/compressed/head.S |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/compressed/head.S b/arch/arm/boot/compressed/head.S
index 23348e9..680ea6e 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to