From: Kenn H. <ke...@us...> - 2001-01-26 00:26:38
|
Update of /cvsroot/linux-vax/kernel-2.4/kernel In directory usw-pr-cvs1:/tmp/cvs-serv25353/kernel Modified Files: panic.c Log Message: Bring forward all 2.2 work from before new year. This should give us all a (somewhat) bootable kernel. Index: panic.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/kernel/panic.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- panic.c 2001/01/14 16:41:07 1.1.1.1 +++ panic.c 2001/01/26 00:27:00 1.2 @@ -96,6 +96,9 @@ #if defined(CONFIG_ARCH_S390) disabled_wait(caller); #endif +#ifdef CONFIG_VAX + machine_halt(); +#endif sti(); for(;;) { CHECK_EMERGENCY_SYNC |