commit | 38d30b336ccf8ee98e0e494a13738a0fade5a5e6 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Dec 01 09:55:27 2016 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Jan 23 11:44:18 2017 -0800 |
tree | f3d753934aa5014c7ef5837130d4c1229b42b6e6 | |
parent | 3a19b46a5c17b12ef0691df19c676ba3da330a57 [diff] |
rcu: Adjust FQS offline checks for exact online-CPU detection Commit 7ec99de36f40 ("rcu: Provide exact CPU-online tracking for RCU"), as its title suggests, got rid of RCU's remaining CPU-hotplug timing guesswork. This commit therefore removes the one-jiffy kludge that was used to paper over this guesswork. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>