aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2015-05-13 13:41:58 -0400
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2015-07-06 16:52:18 -0400
commitd1ec4c34c7a9f328e43ea87522119258194f28f8 (patch)
tree6da2f50adad21a3ca26512bb36e7abe00057f178 /init
parentd770e558e21961ad6cfdf0ff7df0eb5d7d4f0754 (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>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/init/Kconfig b/init/Kconfig
index af09b4fb43d2..fdeff4ab5995 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -538,15 +538,6 @@ config RCU_STALL_COMMON
538config CONTEXT_TRACKING 538config CONTEXT_TRACKING
539 bool 539 bool
540 540
541config RCU_USER_QS
542 bool
543 help
544 This option sets hooks on kernel / userspace boundaries and
545 puts RCU in extended quiescent state when the CPU runs in
546 userspace. It means that when a CPU runs in userspace, it is
547 excluded from the global RCU state machine and thus doesn't
548 try to keep the timer tick on for RCU.
549
550config CONTEXT_TRACKING_FORCE 541config CONTEXT_TRACKING_FORCE
551 bool "Force context tracking" 542 bool "Force context tracking"
552 depends on CONTEXT_TRACKING 543 depends on CONTEXT_TRACKING