aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/exit.c b/kernel/exit.c
index 0a4a382ecf23..549c0558ba68 100644
--- a/kernel/exit.c
+++ b/kernel/exit.c
@@ -1388,7 +1388,7 @@ static int wait_task_stopped(struct task_struct *p, int delayed_group_leader,
1388 if (unlikely(!exit_code) || unlikely(p->exit_state)) 1388 if (unlikely(!exit_code) || unlikely(p->exit_state))
1389 goto bail_ref; 1389 goto bail_ref;
1390 return wait_noreap_copyout(p, pid, uid, 1390 return wait_noreap_copyout(p, pid, uid,
1391 why, (exit_code << 8) | 0x7f, 1391 why, exit_code,
1392 infop, ru); 1392 infop, ru);
1393 } 1393 }
1394 1394