[PATCH -tip] Set the default RCU to be rcutree

From: paulmck
Date: Mon Dec 22 2008 - 19:12:39 EST


From: Paul E. McKenney <paulmck@xxxxxxxxxxxxxxxxxx>

Only for testing in -tip and -next, not yet for inclusion into mainline.

Signed-off-by: Paul E. McKenney <paulmck@xxxxxxxxxxxxxxxxxx>
---
kernel/Kconfig.preempt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/Kconfig.preempt b/kernel/Kconfig.preempt
index 463f297..6f8f329 100644
--- a/kernel/Kconfig.preempt
+++ b/kernel/Kconfig.preempt
@@ -54,7 +54,7 @@ endchoice

choice
prompt "RCU Implementation"
- default CLASSIC_RCU
+ default TREE_RCU

config CLASSIC_RCU
bool "Classic RCU"
--
1.5.2.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/