patch-2.4.0-test8 linux/arch/ia64/kernel/entry.S
Next file: linux/arch/ia64/kernel/signal.c
Previous file: linux/arch/ia64/ia32/ia32_entry.S
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Tue Sep 5 13:50:01 2000
- Orig file:
v2.4.0-test7/linux/arch/ia64/kernel/entry.S
- Orig date:
Wed Aug 23 18:36:36 2000
diff -u --recursive --new-file v2.4.0-test7/linux/arch/ia64/kernel/entry.S linux/arch/ia64/kernel/entry.S
@@ -68,8 +68,8 @@
mov loc1=r16 // save ar.pfs across do_fork
UNW(.body)
mov out1=in1
- mov out2=in2
- adds out3=IA64_SWITCH_STACK_SIZE+16,sp // out3 = ®s
+ mov out3=in2
+ adds out2=IA64_SWITCH_STACK_SIZE+16,sp // out2 = ®s
mov out0=in0 // out0 = clone_flags
br.call.sptk.few rp=do_fork
.ret1: UNW(.restore sp)
@@ -87,8 +87,8 @@
mov loc1=r16 // save ar.pfs across do_fork
UNW(.body)
mov out1=in1
- mov out2=0
- adds out3=IA64_SWITCH_STACK_SIZE+16,sp // out3 = ®s
+ mov out3=0
+ adds out2=IA64_SWITCH_STACK_SIZE+16,sp // out2 = ®s
mov out0=in0 // out0 = clone_flags
br.call.sptk.few rp=do_fork
.ret2: UNW(.restore sp)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)