Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268969
b: refs/heads/master
c: 717f98f
h: refs/heads/master
i:
  268967: 959b37d
v: v3
  • Loading branch information
Paul E. McKenney committed Sep 29, 2011
1 parent 6daec44 commit 3d83717
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: fc0763f53e3ff6a6bfa66934662a3446b9ca6f16
refs/heads/master: 717f98f0f87c16c1e5768ac8f67c27f3d3535a25
7 changes: 0 additions & 7 deletions trunk/kernel/rcutree.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,13 +373,6 @@ void rcu_enter_nohz(void)
smp_mb__after_atomic_inc(); /* Force ordering with next sojourn. */
WARN_ON_ONCE(atomic_read(&rdtp->dynticks) & 0x1);
local_irq_restore(flags);

/* If the interrupt queued a callback, get out of dyntick mode. */
if (in_irq() &&
(__get_cpu_var(rcu_sched_data).nxtlist ||
__get_cpu_var(rcu_bh_data).nxtlist ||
rcu_preempt_needs_cpu(smp_processor_id())))
set_need_resched();
}

/*
Expand Down

0 comments on commit 3d83717

Please sign in to comment.