diff options
Diffstat (limited to 'kernel/exit.c')
-rw-r--r-- | kernel/exit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/exit.c b/kernel/exit.c index a8c7efc7a681..223a8802b665 100644 --- a/kernel/exit.c +++ b/kernel/exit.c | |||
@@ -807,7 +807,7 @@ fastcall NORET_TYPE void do_exit(long code) | |||
807 | panic("Aiee, killing interrupt handler!"); | 807 | panic("Aiee, killing interrupt handler!"); |
808 | if (unlikely(!tsk->pid)) | 808 | if (unlikely(!tsk->pid)) |
809 | panic("Attempted to kill the idle task!"); | 809 | panic("Attempted to kill the idle task!"); |
810 | if (unlikely(tsk->pid == 1)) | 810 | if (unlikely(tsk == child_reaper)) |
811 | panic("Attempted to kill init!"); | 811 | panic("Attempted to kill init!"); |
812 | 812 | ||
813 | if (unlikely(current->ptrace & PT_TRACE_EXIT)) { | 813 | if (unlikely(current->ptrace & PT_TRACE_EXIT)) { |