소스 검색

[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 <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Catalin Marinas 18 년 전
부모
커밋
92c83ff1ce
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      arch/arm/boot/compressed/head.S

+ 1 - 0
arch/arm/boot/compressed/head.S

@@ -836,6 +836,7 @@ memdump:	mov	r12, r0
 		mov	pc, r10
 		mov	pc, r10
 #endif
 #endif
 
 
+		.ltorg
 reloc_end:
 reloc_end:
 
 
 		.align
 		.align