rcu: Irq nesting is always 0 on rcu_enter_idle_common
authorFrederic Weisbecker <fweisbec@gmail.com>
Tue, 29 Nov 2011 00:26:56 +0000 (16:26 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sun, 11 Dec 2011 18:32:08 +0000 (10:32 -0800)
Because tasks don't nest, the ->dyntick_nesting must always be zero upon
entry to rcu_idle_enter_common().  Therefore, pass "0" rather than the
counter itself.

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>

No differences found