From 77677b1b8b723bbffd93e4e4b246e9f6f61a1f96 Mon Sep 17 00:00:00 2001 From: Wanlong Gao Date: Mon, 31 Oct 2011 17:06:35 -0700 Subject: [PATCH] --- yaml --- r: 272105 b: refs/heads/master c: 32ea845d5bafc37b7406bea1aee3005407cb0900 h: refs/heads/master i: 272103: 889225df5e79764dce78e022beb798a3f52b4fc3 v: v3 --- [refs] | 2 +- trunk/ipc/mqueue.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 14a21d18a19c..67e8dd9b6518 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fc360bd9cdcf875639a77f07fafec26699c546f3 +refs/heads/master: 32ea845d5bafc37b7406bea1aee3005407cb0900 diff --git a/trunk/ipc/mqueue.c b/trunk/ipc/mqueue.c index ed049ea568f4..2e0ecfcc881d 100644 --- a/trunk/ipc/mqueue.c +++ b/trunk/ipc/mqueue.c @@ -449,8 +449,8 @@ static int wq_sleep(struct mqueue_inode_info *info, int sr, set_current_state(TASK_INTERRUPTIBLE); spin_unlock(&info->lock); - time = schedule_hrtimeout_range_clock(timeout, - HRTIMER_MODE_ABS, 0, CLOCK_REALTIME); + time = schedule_hrtimeout_range_clock(timeout, 0, + HRTIMER_MODE_ABS, CLOCK_REALTIME); while (ewp->state == STATE_PENDING) cpu_relax();