patch-2.4.0-test5 linux/arch/ia64/kernel/head.S

Next file: linux/arch/ia64/kernel/irq.c
Previous file: linux/arch/ia64/kernel/gate.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test4/linux/arch/ia64/kernel/head.S linux/arch/ia64/kernel/head.S
@@ -139,7 +139,7 @@
 	;;
 #ifdef CONFIG_SMP
 (isAP)	br.call.sptk.few rp=smp_callin
-.ret1:
+.ret0:
 (isAP)	br.cond.sptk.few self
 #endif
 
@@ -150,11 +150,10 @@
 #ifdef CONFIG_IA64_FW_EMU
 	// initialize PAL & SAL emulator:
 	br.call.sptk.few rp=sys_fw_init
-	;;
+.ret1:
 #endif
 	br.call.sptk.few rp=start_kernel
-.ret2:
-	addl r2=@ltoff(halt_msg),gp
+.ret2:	addl r2=@ltoff(halt_msg),gp
 	;;
 	ld8 out0=[r2]
 	br.call.sptk.few b0=console_print

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