aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2008-01-31 16:45:22 -0500
committerIngo Molnar <mingo@elte.hu>2008-01-31 16:45:22 -0500
commit095031052b4c03a7c8ffa51cbab031e442c4f8b7 (patch)
tree97f4fd1592b98b1217826dc838fb70d6e8185890 /init
parent8af03e782cae1e0a0f530ddd22301cdd12cf9dc0 (diff)
RCU: add help text for "RCU implementation type"
This patch supplies help text for the "RCU implementation type" kernel configuration choice. Reported-by: Stefan Richter <stefanr@s5r6.in-berlin.de> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 0d0bbf218f1f..dcc96a8c8c69 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -775,6 +775,14 @@ config PREEMPT_NOTIFIERS
775choice 775choice
776 prompt "RCU implementation type:" 776 prompt "RCU implementation type:"
777 default CLASSIC_RCU 777 default CLASSIC_RCU
778 help
779 This allows you to choose either the classic RCU implementation
780 that is designed for best read-side performance on non-realtime
781 systems, or the preemptible RCU implementation for best latency
782 on realtime systems. Note that some kernel preemption modes
783 will restrict your choice.
784
785 Select the default if you are unsure.
778 786
779config CLASSIC_RCU 787config CLASSIC_RCU
780 bool "Classic RCU" 788 bool "Classic RCU"