patch-2.4.20 linux-2.4.20/arch/mips/lib/memcpy.S
Next file: linux-2.4.20/arch/mips/lib/memset.S
Previous file: linux-2.4.20/arch/mips/lib/ide-std.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Nov 28 15:53:10 2002
- Orig file:
linux-2.4.19/arch/mips/lib/memcpy.S
- Orig date:
Fri Aug 2 17:39:43 2002
diff -urN linux-2.4.19/arch/mips/lib/memcpy.S linux-2.4.20/arch/mips/lib/memcpy.S
@@ -249,7 +249,7 @@
EXC( LOAD t0, 0(src), l_exc)
ADD src, src, NBYTES
SUB len, len, NBYTES
-EXC( STORE t0, 0(dst), s_exc)
+EXC( STORE t0, 0(dst), s_exc_p1u)
bne rem, len, 1b
ADD dst, dst, NBYTES
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)