Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101382
b: refs/heads/master
c: e3d7be2
h: refs/heads/master
v: v3
  • Loading branch information
Paul E. McKenney authored and Ingo Molnar committed Jun 24, 2008
1 parent 6a8fdca commit eb8f4e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: 1e74f9cbbba5348a6c58988cce0f19d6ef887cc8
refs/heads/master: e3d7be270c5b1be07ffadcc8b56599ad8e975c1d
5 changes: 4 additions & 1 deletion trunk/kernel/rcutorture.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,10 @@ static void
rcu_stutter_wait(void)
{
while (stutter_pause_test || !rcutorture_runnable)
schedule_timeout_interruptible(1);
if (rcutorture_runnable)
schedule_timeout_interruptible(1);
else
schedule_timeout_interruptible(HZ);
}

/*
Expand Down

0 comments on commit eb8f4e5

Please sign in to comment.