patch-2.4.22 linux-2.4.22/arch/arm/boot/compressed/head-shark.S

Next file: linux-2.4.22/arch/arm/boot/compressed/head.S
Previous file: linux-2.4.22/arch/arm/boot/compressed/head-sa1100.S
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/arm/boot/compressed/head-shark.S linux-2.4.22/arch/arm/boot/compressed/head-shark.S
@@ -16,7 +16,7 @@
 
 #include <asm/assembler.h>
 	
-		.section	".start", #alloc, #execinstr
+		.section	".start", "ax"
 
 		b	__beginning
 	
@@ -38,7 +38,7 @@
 		adr	r1, __ofw_data
 		add	r2, r1, #4
 		mov	lr, pc
-		b	SYMBOL_NAME(ofw_init)
+		b	ofw_init
 		mov	r1, #0
 
 		adr	r2, __mmu_off			@ calculate physical address
@@ -109,7 +109,7 @@
 		add	sp, sp, #128
 		adr	r0, __ofw_data
 		mov	lr, pc
-		b	SYMBOL_NAME(create_params)
+		b	create_params
 	
 		mov	r8, #0
 		mov	r7, #15

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)