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

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)