Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252674
b: refs/heads/master
c: 4305ce7
h: refs/heads/master
v: v3
  • Loading branch information
Paul E. McKenney committed May 26, 2011
1 parent 808162f commit cb37b46
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: b5904090c754327ed6c2ecaefed4f7d473df393f
refs/heads/master: 4305ce7894dd38b0633bfc8978437320119223bd
4 changes: 2 additions & 2 deletions trunk/kernel/rcutree.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ void rcu_enter_nohz(void)
smp_mb(); /* CPUs seeing ++ must see prior RCU read-side crit sects */
local_irq_save(flags);
rdtp = &__get_cpu_var(rcu_dynticks);
rdtp->dynticks++;
rdtp->dynticks_nesting--;
if (--rdtp->dynticks_nesting == 0)
rdtp->dynticks++;
WARN_ON_ONCE(rdtp->dynticks & 0x1);
local_irq_restore(flags);
}
Expand Down

0 comments on commit cb37b46

Please sign in to comment.