patch-2.4.9 linux/arch/arm/nwfpe/entry.S
Next file: linux/arch/arm/nwfpe/extended_cpdo.c
Previous file: linux/arch/arm/nwfpe/double_cpdo.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Sun Aug 12 11:13:59 2001
- Orig file:
v2.4.8/linux/arch/arm/nwfpe/entry.S
- Orig date:
Wed Apr 11 19:02:27 2001
diff -u --recursive --new-file v2.4.8/linux/arch/arm/nwfpe/entry.S linux/arch/arm/nwfpe/entry.S
@@ -77,10 +77,7 @@
emulation. This would reduce load/store overhead at the expense
of stealing two regs from the register allocator. Not sure if
it's worth it. */
- ldr r4, =userRegisters
- str sp, [r4] @ save pointer to user regs
- ldr r4, =fpa11
- str r10, [r4] @ store pointer to our state
+ str sp, [r10] @ Store the user registers pointer in the fpa11 structure.
mov r4, sp @ use r4 for local pointer
mov r10, lr @ save the failure-return addresses
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)