]> rtime.felk.cvut.cz Git - zynq/linux.git/blobdiff - arch/powerpc/platforms/ps3/device-init.c
Apply preempt_rt patch-4.9-rt1.patch.xz
[zynq/linux.git] / arch / powerpc / platforms / ps3 / device-init.c
index e48462447ff0049af5cf27ac24355f8929078b6f..2670cee66064ef89f91f61e0384000e1558f4365 100644 (file)
@@ -752,7 +752,7 @@ static int ps3_notification_read_write(struct ps3_notification_device *dev,
        }
        pr_debug("%s:%u: notification %s issued\n", __func__, __LINE__, op);
 
-       res = wait_event_interruptible(dev->done.wait,
+       res = swait_event_interruptible(dev->done.wait,
                                       dev->done.done || kthread_should_stop());
        if (kthread_should_stop())
                res = -EINTR;