From: James S. <jsi...@us...> - 2001-11-20 17:31:07
|
Update of /cvsroot/linux-mips/linux/arch/mips64/kernel In directory usw-pr-cvs1:/tmp/cvs-serv31485/mips64/kernel Modified Files: r4k_genex.S Log Message: Add machine check handler. Index: r4k_genex.S =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips64/kernel/r4k_genex.S,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- r4k_genex.S 2001/10/03 21:53:33 1.1 +++ r4k_genex.S 2001/11/20 17:31:04 1.2 @@ -89,6 +89,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 */ __INIT |