diff options
-rw-r--r-- | ipc/mqueue.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ipc/mqueue.c b/ipc/mqueue.c index ed049ea568f4..2e0ecfcc881d 100644 --- a/ipc/mqueue.c +++ b/ipc/mqueue.c | |||
@@ -449,8 +449,8 @@ static int wq_sleep(struct mqueue_inode_info *info, int sr, | |||
449 | set_current_state(TASK_INTERRUPTIBLE); | 449 | set_current_state(TASK_INTERRUPTIBLE); |
450 | 450 | ||
451 | spin_unlock(&info->lock); | 451 | spin_unlock(&info->lock); |
452 | time = schedule_hrtimeout_range_clock(timeout, | 452 | time = schedule_hrtimeout_range_clock(timeout, 0, |
453 | HRTIMER_MODE_ABS, 0, CLOCK_REALTIME); | 453 | HRTIMER_MODE_ABS, CLOCK_REALTIME); |
454 | 454 | ||
455 | while (ewp->state == STATE_PENDING) | 455 | while (ewp->state == STATE_PENDING) |
456 | cpu_relax(); | 456 | cpu_relax(); |