Home
last modified time | relevance | path

Searched hist:"8008 e129" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/init/
H A DKconfig8008e129 Wed Jun 08 18:31:33 CDT 2011 Paul E. McKenney <paulmck@linux.vnet.ibm.com> rcu: Drive configuration directly from SMP and PREEMPT

This commit eliminates the possibility of running TREE_PREEMPT_RCU
when SMP=n and of running TINY_RCU when PREEMPT=y. People who really
want these combinations can hand-edit init/Kconfig, but eliminating
them as choices for production systems reduces the amount of testing
required. It will also allow cutting out a few #ifdefs.

Note that running TREE_RCU and TINY_RCU on single-CPU systems using
SMP-built kernels is still supported.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>