From: James S. <jsi...@us...> - 2001-10-31 19:13:05
|
Update of /cvsroot/linux-mips/linux/arch/mips/mm In directory usw-pr-cvs1:/tmp/cvs-serv28960 Modified Files: fault.c Log Message: Fixed typo with bust_spinlocks. Index: fault.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/mm/fault.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- fault.c 2001/10/29 17:33:15 1.5 +++ fault.c 2001/10/31 19:13:03 1.6 @@ -202,7 +202,7 @@ "address %08lx, epc == %08lx, ra == %08lx\n", address, regs->cp0_epc, regs->regs[31]); die("Oops", regs); - bust_spinlock(0); + bust_spinlocks(0); do_exit(SIGKILL); /* |