]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - kernel/exit.c
Merge tag 'usb-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[linux.git] / kernel / exit.c
index 0bac4b60d5f35490b24efdec09b1159e336dc7b2..bcbd59888e67bbd516767cb485c1d63dd1bb7075 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)