Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231483
b: refs/heads/master
c: b24efdf
h: refs/heads/master
i:
  231481: ed5607d
  231479: 2913db7
v: v3
  • Loading branch information
Paul E. McKenney authored and Paul E. McKenney committed Jan 14, 2011
1 parent 038a2bc commit 6e71ef8
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c072a388d59a1d48e36864d0e66f42d71745be1c
refs/heads/master: b24efdfdf679cf9b05947c531971905fc727dd40
3 changes: 2 additions & 1 deletion trunk/kernel/rcutiny.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ static int rcu_kthread(void *arg)
unsigned long flags;

for (;;) {
wait_event(rcu_kthread_wq, have_rcu_kthread_work != 0);
wait_event_interruptible(rcu_kthread_wq,
have_rcu_kthread_work != 0);
morework = rcu_boost();
local_irq_save(flags);
work = have_rcu_kthread_work;
Expand Down

0 comments on commit 6e71ef8

Please sign in to comment.