aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-10-12 09:12:07 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2012-10-12 09:12:07 -0400
commit9d55ab71b735621a63c8923ba934d87879847cef (patch)
tree53bc24c37b4366e2b372a59a501be934e404b143 /init/Kconfig
parent4f1cd91497774488ed16119ec3f54b3daf1561de (diff)
parentc1f8d901d828da1df6d384780829952e7912aeba (diff)
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull RCU fixes from Ingo Molnar: "This tree includes a shutdown/cpu-hotplug deadlock fix and a documentation fix." * 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: rcu: Advise most users not to enable RCU user mode rcu: Grace-period initialization excludes only RCU notifier
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 4c93533da42c..89e4cf672dfe 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -496,6 +496,12 @@ config RCU_USER_QS
496 excluded from the global RCU state machine and thus doesn't 496 excluded from the global RCU state machine and thus doesn't
497 to keep the timer tick on for RCU. 497 to keep the timer tick on for RCU.
498 498
499 Unless you want to hack and help the development of the full
500 tickless feature, you shouldn't enable this option. It adds
501 unnecessary overhead.
502
503 If unsure say N
504
499config RCU_USER_QS_FORCE 505config RCU_USER_QS_FORCE
500 bool "Force userspace extended QS by default" 506 bool "Force userspace extended QS by default"
501 depends on RCU_USER_QS 507 depends on RCU_USER_QS
@@ -504,6 +510,12 @@ config RCU_USER_QS_FORCE
504 test this feature that treats userspace as an extended quiescent 510 test this feature that treats userspace as an extended quiescent
505 state until we have a real user like a full adaptive nohz option. 511 state until we have a real user like a full adaptive nohz option.
506 512
513 Unless you want to hack and help the development of the full
514 tickless feature, you shouldn't enable this option. It adds
515 unnecessary overhead.
516
517 If unsure say N
518
507config RCU_FANOUT 519config RCU_FANOUT
508 int "Tree-based hierarchical RCU fanout value" 520 int "Tree-based hierarchical RCU fanout value"
509 range 2 64 if 64BIT 521 range 2 64 if 64BIT