commit | 0f593fbf4cc4929e720536949896f041b08d7922 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Fri Oct 04 18:48:55 2013 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Oct 09 07:18:22 2013 -0700 |
tree | ff41e50dce1610911000f6f326faf478a95c3759 | |
parent | fdadf40a3526f6a9510ff091b6d2c459653d5615 [diff] |
rcu: Allow task-level idle entry/exit nesting The current task-level idle entry/exit code forces an entry/exit on each call, regardless of the nesting level. This commit therefore properly accounts for nesting. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Frederic Weisbecker <fweisbec@gmail.com>