patch-2.3.45 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.3.44/linux/arch/ia64/kernel/head.S linux/arch/ia64/kernel/head.S
@@ -133,6 +133,7 @@
 #endif /* CONFIG_IA64_EARLY_PRINTK */
 
 	alloc r2=ar.pfs,8,0,2,0
+	;;
 #ifdef CONFIG_SMP
 (isAP)	br.call.sptk.few rp=smp_callin
 .ret1:
@@ -174,7 +175,7 @@
 	st8.nta [in0]=r16,8
 	st8.nta [r19]=r17,8
 	br.cloop.sptk.few 1b
-
+	;;
 	mov ar.lc=r20			// restore ar.lc
 	br.ret.sptk.few b0
 	.endp ia64_save_debug_regs
@@ -197,7 +198,7 @@
 	mov dbr[r18]=r16
 	mov ibr[r18]=r17
 	br.cloop.sptk.few 1b
-
+	;;
 	mov ar.lc=r20			// restore ar.lc
 	br.ret.sptk.few b0
 	.endp ia64_load_debug_regs

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