patch-2.2.17 linux/arch/ppc/coffboot/crt0.S

Next file: linux/arch/ppc/coffboot/dummy.c
Previous file: linux/arch/ppc/coffboot/coffmain.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.16/arch/ppc/coffboot/crt0.S linux/arch/ppc/coffboot/crt0.S
@@ -9,10 +9,6 @@
 	.text
 	.globl	_start
 _start:
-	.long	__start,0,0
-
-	.globl	__start
-__start:
 	lis	9,_start@h
 	lis	8,_etext@ha
 	addi	8,8,_etext@l

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