commit | 98834b83785e1388fa8672cf4f8de09974d15e86 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Jun 29 17:04:19 2016 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Aug 22 09:30:42 2016 -0700 |
tree | 0d5e2ac04b2ee8785674c4471c9ddae07d728174 | |
parent | 24a6cff286030b98149ff10b968cba31280fcb7a [diff] |
rcu: Exclude RCU-offline CPUs from expedited grace periods The expedited RCU grace periods currently rely on a failure indication from smp_call_function_single() to determine that a given CPU is offline. This works after a fashion, but is more contorted and less precise than relying on RCU's internal state. This commit therefore takes a first step towards relying on internal state. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>