Skip to content

Commit

Permalink
RCU: add help text for "RCU implementation type"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
paulmck authored and Ingo Molnar committed Jan 31, 2008
1 parent 8af03e7 commit 0950310
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0950310

Please sign in to comment.