| commit | 3140c62c77eec99ea9f1b3602d202d69be68bfd9 | [log] [tgz] |
|---|---|---|
| author | Sasha Levin <sasha.levin@oracle.com> | Sun Dec 28 11:49:40 2014 -0500 |
| committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Dec 30 18:00:56 2014 -0800 |
| tree | 56ecb303ac743634f3dd04126d413b4e4ed8a96a | |
| parent | 40339d57814ef8821600f499716476c92afc7df9 [diff] |
rcu: Don't use __this_cpu_* from preemptible context Commit "rcu: Make cond_resched_rcu_qs() apply to normal RCU flavors" has added debug code which tries to read from __this_cpu in a preemptible code, which doesn't work too well. Signed-off-by: Sasha Levin <sasha.levin@oracle.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>