patch-2.4.0-prerelease linux/kernel/exit.c
Next file: linux/kernel/fork.c
Previous file: linux/kernel/Makefile
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Dec 29 14:07:24 2000
- Orig file:
v2.4.0-test12/linux/kernel/exit.c
- Orig date:
Mon Dec 11 17:59:45 2000
diff -u --recursive --new-file v2.4.0-test12/linux/kernel/exit.c linux/kernel/exit.c
@@ -425,7 +425,7 @@
struct task_struct *tsk = current;
if (in_interrupt())
- printk("Aiee, killing interrupt handler\n");
+ panic("Aiee, killing interrupt handler!");
if (!tsk->pid)
panic("Attempted to kill the idle task!");
if (tsk->pid == 1)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)