Skip to content

Commit

Permalink
[ARM] 4452/1: Force the literal pool dump before reloc_end
Browse files Browse the repository at this point in the history
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 <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Catalin Marinas authored and Russell King committed Jun 25, 2007
1 parent 154c772 commit 92c83ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/compressed/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,7 @@ memdump: mov r12, r0
mov pc, r10
#endif

.ltorg
reloc_end:

.align
Expand Down

0 comments on commit 92c83ff

Please sign in to comment.