commit | 687d7a960aea46e016182c7ce346d62c4dbd0366 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Jul 21 06:52:40 2010 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Aug 19 17:18:04 2010 -0700 |
tree | 619c4ee6bee4c17fdc2f7c60a339295c6570b400 | |
parent | f2e0dd7090eddef427ab9d9f81de122244cded51 [diff] |
rcu: restrict TREE_RCU to SMP builds with !PREEMPT Because both TINY_RCU and TREE_PREEMPT_RCU have been in mainline for several releases, it is time to restrict the use of TREE_RCU to SMP non-preemptible systems. This reduces testing/validation effort. This commit is a first step towards driving the selection of RCU implementation directly off of the SMP and PREEMPT configuration parameters. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>