rcu: Remove redundant TREE_PREEMPT_RCU config option
authorPranith Kumar <bobby.prani@gmail.com>
Mon, 22 Sep 2014 18:00:48 +0000 (14:00 -0400)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 29 Oct 2014 17:20:05 +0000 (10:20 -0700)
PREEMPT_RCU and TREE_PREEMPT_RCU serve the same function after
TINY_PREEMPT_RCU has been removed. This patch removes TREE_PREEMPT_RCU
and uses PREEMPT_RCU config option in its place.

Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>

No differences found