Skip to content

Commit bbe3eae

Browse files
paulmckIngo Molnar
authored andcommitted
rcu: Kconfig help needs to say that TREE_PREEMPT_RCU scales down
To quote Valdis: This leaves somebody who has a laptop wondering which choice is best for a system with only one or two cores that has CONFIG_PREEMPT defined. One choice says it scales down nicely, the other explicitly has a 'depends on PREEMPT' attached to it... So add "scales down nicely" to TREE_PREEMPT_RCU to match that of TREE_RCU. Suggested-by: Valdis Kletnieks <Valdis.Kletnieks@vt.edu> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: laijs@cn.fujitsu.com Cc: dipankar@in.ibm.com Cc: akpm@linux-foundation.org Cc: mathieu.desnoyers@polymtl.ca Cc: josh@joshtriplett.org Cc: dvhltc@us.ibm.com Cc: niv@us.ibm.com Cc: peterz@infradead.org Cc: rostedt@goodmis.org LKML-Reference: <12528585112362-git-send-email-> Signed-off-by: Ingo Molnar <mingo@elte.hu>
1 parent b8d57a7 commit bbe3eae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

init/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,8 @@ config TREE_PREEMPT_RCU
331331
This option selects the RCU implementation that is
332332
designed for very large SMP systems with hundreds or
333333
thousands of CPUs, but for which real-time response
334-
is also required.
334+
is also required. It also scales down nicely to
335+
smaller systems.
335336

336337
endchoice
337338

0 commit comments

Comments
 (0)