Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/linux...
[linux-2.6-microblaze.git] / kernel / exit.c
index 0bac4b6..bcbd598 100644 (file)
@@ -1409,7 +1409,7 @@ static int child_wait_callback(wait_queue_entry_t *wait, unsigned mode,
 void __wake_up_parent(struct task_struct *p, struct task_struct *parent)
 {
        __wake_up_sync_key(&parent->signal->wait_chldexit,
-                               TASK_INTERRUPTIBLE, 1, p);
+                          TASK_INTERRUPTIBLE, p);
 }
 
 static long do_wait(struct wait_opts *wo)