commit | facc4e159672b4ed10aa18147bfa187b013c9505 | [log] [tgz] |
---|---|---|
author | Frederic Weisbecker <fweisbec@gmail.com> | Mon Nov 28 16:26:56 2011 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sun Dec 11 10:32:08 2011 -0800 |
tree | 0b058683e1dde49a73b858fc29477e6f76860add | |
parent | b6fc6020140db437069d5bec447858fcfd64d31c [diff] |
rcu: Irq nesting is always 0 on rcu_enter_idle_common 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>