Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190997
b: refs/heads/master
c: 5db3567
h: refs/heads/master
i:
  190995: 949a1c2
v: v3
  • Loading branch information
Lai Jiangshan authored and Paul E. McKenney committed May 10, 2010
1 parent 80010a9 commit 36262d5
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: 0c34029abdfdea64420cb4264c4e91a776b22157
refs/heads/master: 5db356736acb9ba717df1aa9444e4e44cbb30a71
2 changes: 1 addition & 1 deletion trunk/kernel/rcutree_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ int rcu_needs_cpu(int cpu)

/* Don't bother unless we are the last non-dyntick-idle CPU. */
for_each_cpu_not(thatcpu, nohz_cpu_mask)
if (thatcpu != cpu) {
if (cpu_online(thatcpu) && thatcpu != cpu) {
per_cpu(rcu_dyntick_drain, cpu) = 0;
per_cpu(rcu_dyntick_holdoff, cpu) = jiffies - 1;
return rcu_needs_cpu_quick_check(cpu);
Expand Down

0 comments on commit 36262d5

Please sign in to comment.