[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090403040625.GA9473@linux.vnet.ibm.com>
Date: Thu, 2 Apr 2009 21:06:25 -0700
From: "Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
To: linux-kernel@...r.kernel.org
Cc: mingo@...e.hu, akpm@...ux-foundation.org, dipankar@...ibm.com,
niv@...ibm.com, manfred@...orfullife.com, peterz@...radead.org
Subject: [PATCH] make treercu be default
Given that I have not gotten any complaints or bug reports on treercu
recently, this patch makes it be the default. There are a number of
other defconfig files that explicitly call out CLASSIC_RCU, but which
have comment headers saying not to edit them. Probably holdovers from
one of the flavors of "make config", but...
Signed-off-by: Paul E. McKenney <paulmck@...ux.vnet.ibm.com>
---
Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -urpNa -X dontdiff linux-2.6.29/init/Kconfig linux-2.6.29-trd/init/Kconfig
--- linux-2.6.29/init/Kconfig 2009-03-23 16:12:14.000000000 -0700
+++ linux-2.6.29-trd/init/Kconfig 2009-04-02 20:46:53.000000000 -0700
@@ -242,7 +242,7 @@ menu "RCU Subsystem"
choice
prompt "RCU Implementation"
- default CLASSIC_RCU
+ default TREE_RCU
config CLASSIC_RCU
bool "Classic RCU"
--
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