commit | b5904090c754327ed6c2ecaefed4f7d473df393f | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon May 16 02:52:04 2011 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu May 26 09:42:21 2011 -0700 |
tree | 46cf53f98413171d92de3b5e11c9327309f240b7 | |
parent | 1135633bddcf7a819a1490c18d04965c490bcc1e [diff] |
rcu: Don't do reschedule unless in irq Condition the set_need_resched() in rcu_irq_exit() on in_irq(). This should be a no-op, because rcu_irq_exit() should only be called from irq. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>