Update of /cvsroot/linux-mips/linux/arch/mips/kernel
In directory usw-pr-cvs1:/tmp/cvs-serv6109/kernel
Modified Files:
entry.S
Log Message:
Make RM200C compile again.
Index: entry.S
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/kernel/entry.S,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- entry.S 2001/08/22 18:18:13 1.5
+++ entry.S 2001/10/02 17:18:31 1.6
@@ -66,6 +66,7 @@
lw v1, TASK_SIGPENDING($28)
bnez v0, reschedule
bnez v1, signal_return
+ FEXPORT(restore_all)
restore_all: .set noat
RESTORE_ALL_AND_RET
.set at
|