rcu: Allow task-level idle entry/exit nesting
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sat, 5 Oct 2013 01:48:55 +0000 (18:48 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 3 Dec 2013 18:10:19 +0000 (10:10 -0800)
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>
Reviewed-by: Frederic Weisbecker <fweisbec@gmail.com>

No differences found