]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcu: Drive configuration directly from SMP and PREEMPT
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 8 Jun 2011 23:31:33 +0000 (16:31 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 10 Aug 2011 02:28:27 +0000 (19:28 -0700)
commit94a664f143b6e317fd7f95a338892636b6829417
treed7a00e8cad83accbbe065e74286e5c50c797bf7d
parentdb7d0008144d9f795d0a3fc84664a585052cf868
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>
init/Kconfig