commit | d1ec4c34c7a9f328e43ea87522119258194f28f8 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed May 13 10:41:58 2015 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Jul 06 13:52:18 2015 -0700 |
tree | 6da2f50adad21a3ca26512bb36e7abe00057f178 | |
parent | d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754 [diff] |
rcu: Drop RCU_USER_QS in favor of NO_HZ_FULL The RCU_USER_QS Kconfig parameter is now just a synonym for NO_HZ_FULL, so this commit eliminates RCU_USER_QS, replacing all uses with NO_HZ_FULL. Reported-by: Frederic Weisbecker <fweisbec@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Frederic Weisbecker <fweisbec@gmail.com>