Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101369
b: refs/heads/master
c: d7c0651
h: refs/heads/master
i:
  101367: cafafba
v: v3
  • Loading branch information
Paul E. McKenney authored and Ingo Molnar committed May 19, 2008
1 parent 9dd6891 commit 9dc03b0
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 10aa9d2cf9878757b003023d33ff90a37aa3044b
refs/heads/master: d7c0651390b6a03ad53f99faec0ba88109d7191d
2 changes: 1 addition & 1 deletion trunk/kernel/rcupreempt.c
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ rcu_try_flip_waitack_needed(int cpu)
* that this CPU already acknowledged the counter.
*/

if ((curr - snap) > 2 || (snap & 0x1) == 0)
if ((curr - snap) > 2 || (curr & 0x1) == 0)
return 0;

/* We need this CPU to explicitly acknowledge the counter flip. */
Expand Down

0 comments on commit 9dc03b0

Please sign in to comment.