| Kernel v2.4.13-ac8 /kernel/sched.c |
|---|
 2.4.13-ac8
 kernel
 sched.c
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla/kernel/sched.c linux.ac/kernel/sched.c
--- linux.vanilla/kernel/sched.c Thu Oct 25 16:26:39 2001
+++ linux.ac/kernel/sched.c Mon Oct 29 13:31:00 2001
@@ -1250,11 +1250,6 @@
SET_LINKS(this_task);
/* Set the exit signal to SIGCHLD so we signal init on exit */
- if (this_task->exit_signal != 0) {
- printk(KERN_ERR "task `%s' exit_signal %d in "
- __FUNCTION__ "\n",
- this_task->comm, this_task->exit_signal);
- }
this_task->exit_signal = SIGCHLD;
/* We also take the runqueue_lock while altering task fields
|