commit | 4305ce7894dd38b0633bfc8978437320119223bd | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon May 16 14:27:31 2011 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu May 26 09:42:22 2011 -0700 |
tree | eafe4497236f8dd4ddfdf90fe06a5377912a9c35 | |
parent | b5904090c754327ed6c2ecaefed4f7d473df393f [diff] |
rcu: Make rcu_enter_nohz() pay attention to nesting The old version of rcu_enter_nohz() forced RCU into nohz mode even if the nesting count was non-zero. This change causes rcu_enter_nohz() to hold off for non-zero nesting counts. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>