Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272105
b: refs/heads/master
c: 32ea845
h: refs/heads/master
i:
  272103: 889225d
v: v3
  • Loading branch information
Wanlong Gao authored and Linus Torvalds committed Nov 1, 2011
1 parent bee478e commit 77677b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fc360bd9cdcf875639a77f07fafec26699c546f3
refs/heads/master: 32ea845d5bafc37b7406bea1aee3005407cb0900
4 changes: 2 additions & 2 deletions trunk/ipc/mqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 77677b1

Please sign in to comment.