]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
RCU: add help text for "RCU implementation type"
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 31 Jan 2008 21:45:22 +0000 (22:45 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 31 Jan 2008 21:45:22 +0000 (22:45 +0100)
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>
init/Kconfig

index 0d0bbf218f1f363d2c4732fe7cde4d9ac0909529..dcc96a8c8c697451412d811a759b0a3683c265f8 100644 (file)
@@ -775,6 +775,14 @@ config PREEMPT_NOTIFIERS
 choice
        prompt "RCU implementation type:"
        default CLASSIC_RCU
+       help
+         This allows you to choose either the classic RCU implementation
+         that is designed for best read-side performance on non-realtime
+         systems, or the preemptible RCU implementation for best latency
+         on realtime systems.  Note that some kernel preemption modes
+         will restrict your choice.
+
+         Select the default if you are unsure.
 
 config CLASSIC_RCU
        bool "Classic RCU"