commit | adf0a5c612aad96c80105c942cf80b872466c18e | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <peterz@infradead.org> | Tue Sep 17 16:40:12 2013 +0200 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Sep 23 14:08:45 2013 -0700 |
tree | a8cc22d83b7b491fcdc40e87c6c262bd6204c203 | |
parent | 15f5191b6acbbb38029b06284e8fd20275e7cfe8 [diff] |
sched, rcu: Make RCU use resched_cpu() We're going to deprecate and remove set_need_resched() for it will do the wrong thing. Make an exception for RCU and allow it to use resched_cpu() which will do the right thing. Signed-off-by: Peter Zijlstra <peterz@infradead.org> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>