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

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)