[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <12299911472535-git-send-email-paulmck@linux.vnet.ibm.com>
Date: Mon, 22 Dec 2008 16:12:16 -0800
From: paulmck@...ux.vnet.ibm.com
To: linux-kernel@...r.kernel.org
Cc: mingo@...e.hu, tglx@...utronix.de, akpm@...ux-foundation.org,
ralf@...ux-mips.org, kernel@...tstofly.org, hskinnemoen@...el.com,
cooloney@...nel.org, tony.luck@...el.com, geert@...ux-m68k.org,
zippel@...ux-m68k.org, jwboyer@...ux.vnet.ibm.com,
mporter@...nel.crashing.org, grant.likely@...retlab.ca,
paulus@...ba.org, benh@...nel.crashing.org, dhowells@...hat.com,
yasutake.koichi@...panasonic.com, lethal@...ux-sh.org,
hpa@...or.com, "Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
Subject: [PATCH -tip] Set the default RCU to be rcutree
From: Paul E. McKenney <paulmck@...ux.vnet.ibm.com>
Only for testing in -tip and -next, not yet for inclusion into mainline.
Signed-off-by: Paul E. McKenney <paulmck@...ux.vnet.ibm.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists