aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/exit.c')
-rw-r--r--kernel/exit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/exit.c b/kernel/exit.c
index 6686ed1e4aa3..789b8862fe3b 100644
--- a/kernel/exit.c
+++ b/kernel/exit.c
@@ -924,6 +924,8 @@ NORET_TYPE void do_exit(long code)
924 schedule(); 924 schedule();
925 } 925 }
926 926
927 exit_irq_thread();
928
927 exit_signals(tsk); /* sets PF_EXITING */ 929 exit_signals(tsk); /* sets PF_EXITING */
928 /* 930 /*
929 * tsk->flags are checked in the futex code to protect against 931 * tsk->flags are checked in the futex code to protect against