patch-2.3.99-pre9 linux/arch/mips/kernel/r4k_fpu.S

Next file: linux/arch/mips/kernel/r4k_misc.S
Previous file: linux/arch/mips/kernel/r2300_switch.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre8/linux/arch/mips/kernel/r4k_fpu.S linux/arch/mips/kernel/r4k_fpu.S
@@ -32,7 +32,6 @@
 	cfc1	t1,fcr31
 
 	/* Store the 16 even double precision registers */
-1:
 	EX(sdc1	$f0,(SC_FPREGS+0)(a0))
 	EX(sdc1	$f2,(SC_FPREGS+16)(a0))
 	EX(sdc1	$f4,(SC_FPREGS+32)(a0))
@@ -75,7 +74,7 @@
 	 * Restore the 16 even double precision registers
 	 * when cp1 was enabled in the cp0 status register.
 	 */
-1:	EX(ldc1	$f0,(SC_FPREGS+0)(a0))
+	EX(ldc1	$f0,(SC_FPREGS+0)(a0))
 	EX(ldc1	$f2,(SC_FPREGS+16)(a0))
 	EX(ldc1	$f4,(SC_FPREGS+32)(a0))
 	EX(ldc1	$f6,(SC_FPREGS+48)(a0))

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