Ralf Baechle wrote:
Index: arch/mips/kernel/scall_o32.S
===================================================================
RCS file: /home/cvs/linux/arch/mips/kernel/Attic/scall_o32.S,v
retrieving revision 1.18.2.14
diff -u -r1.18.2.14 scall_o32.S
--- arch/mips/kernel/scall_o32.S 25 Nov 2004 09:43:59 -0000 1.18.2.14
+++ arch/mips/kernel/scall_o32.S 7 Feb 2005 21:12:53 -0000
@@ -121,15 +121,14 @@
trace_a_syscall:
SAVE_STATIC
- sw t2, PT_SCRATCH0(sp)
+ move s0, sp
^^^^^^^^^^^^^
I think this should be "move s0, t2" as in scall_64.S et al.
David Daney.