summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-08-19 16:03:48 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2009-08-19 16:03:48 +1000
commitf96f64a2b154ef09e2baf818006517634dc047a8 (patch)
tree649bc5df5740629cd4f8fb377aa5ccf1f6168d6d /init
parent18d8a6f0e1cbc994ba76fa66bdb47bebcb2e0ac6 (diff)
parent9f7cbb8e78439df050091777c5a56cbb96e7a424 (diff)
Merge commit 'tip/auto-latest'
Conflicts: arch/x86/include/asm/socket.h include/linux/rcupdate.h kernel/fork.c kernel/irq/manage.c kernel/trace/trace.h
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig12
1 files changed, 2 insertions, 10 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 7659bc5bdeeb..58ee16398537 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -320,21 +320,13 @@ choice
prompt "RCU Implementation"
default TREE_RCU
-config CLASSIC_RCU
- bool "Classic RCU"
- help
- This option selects the classic RCU implementation that is
- designed for best read-side performance on non-realtime
- systems.
-
- Select this option if you are unsure.
-
config TREE_RCU
bool "Tree-based hierarchical RCU"
help
This option selects the RCU implementation that is
designed for very large SMP system with hundreds or
- thousands of CPUs.
+ thousands of CPUs. It also scales down nicely to
+ smaller systems.
config PREEMPT_RCU
bool "Preemptible RCU"