commit | b807fbff3102bcac76ed9157d834dc20bb3d133b | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paul.mckenney@linaro.org> | Thu Nov 03 14:56:12 2011 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sun Dec 11 10:31:45 2011 -0800 |
tree | a47a67bc636debb60b58ef1859d5282ebec244cd | |
parent | 11dbaa8cb79a6e4a234a134898436f717a663f01 [diff] |
rcu: Permit RCU_FAST_NO_HZ to be used by TREE_PREEMPT_RCU The new implementation of RCU_FAST_NO_HZ is compatible with preemptible RCU, so this commit removes the Kconfig restriction that previously prohibited this. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>