Update of /cvsroot/linux-mips/linux/arch/mips/kernel
In directory usw-pr-cvs1:/tmp/cvs-serv31485/mips/kernel
Modified Files:
entry.S
Log Message:
Add machine check handler.
Index: entry.S
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/kernel/entry.S,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- entry.S 2001/11/08 17:17:07 1.9
+++ entry.S 2001/11/20 17:31:04 1.10
@@ -245,6 +245,7 @@
BUILD_HANDLER(tr,tr,sti,silent) /* #13 */
BUILD_HANDLER(fpe,fpe,fpe,silent) /* #15 */
BUILD_HANDLER(watch,watch,sti,verbose) /* #23 */
+ BUILD_HANDLER(mcheck,mcheck,cli,verbose) /* #24 */
BUILD_HANDLER(reserved,reserved,sti,verbose) /* others */
.set pop
|