* [PATCH] make treercu be default
@ 2009-04-03 4:06 Paul E. McKenney
2009-04-03 16:45 ` [tip:core/rcu] RCU: " Paul E. McKenney
0 siblings, 1 reply; 2+ messages in thread
From: Paul E. McKenney @ 2009-04-03 4:06 UTC (permalink / raw)
To: linux-kernel; +Cc: mingo, akpm, dipankar, niv, manfred, peterz
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@linux.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"
^ permalink raw reply [flat|nested] 2+ messages in thread
* [tip:core/rcu] RCU: make treercu be default
2009-04-03 4:06 [PATCH] make treercu be default Paul E. McKenney
@ 2009-04-03 16:45 ` Paul E. McKenney
0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2009-04-03 16:45 UTC (permalink / raw)
To: linux-tip-commits; +Cc: linux-kernel, paulmck, hpa, mingo, tglx, mingo
Commit-ID: 31c9a24ec82926fcae49483e53566d231e705057
Gitweb: http://git.kernel.org/tip/31c9a24ec82926fcae49483e53566d231e705057
Author: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
AuthorDate: Thu, 2 Apr 2009 21:06:25 -0700
Committer: Ingo Molnar <mingo@elte.hu>
CommitDate: Fri, 3 Apr 2009 18:27:37 +0200
RCU: make treercu be default
Impact: switch default config from CLASSIC_RCU to TREE_RCU
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@linux.vnet.ibm.com>
Cc: akpm@linux-foundation.org
Cc: dipankar@in.ibm.com
Cc: niv@us.ibm.com
Cc: manfred@colorfullife.com
Cc: peterz@infradead.org
LKML-Reference: <20090403040625.GA9473@linux.vnet.ibm.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
init/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/init/Kconfig b/init/Kconfig
index 14c483d..26ac877 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -302,7 +302,7 @@ menu "RCU Subsystem"
choice
prompt "RCU Implementation"
- default CLASSIC_RCU
+ default TREE_RCU
config CLASSIC_RCU
bool "Classic RCU"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-03 16:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-03 4:06 [PATCH] make treercu be default Paul E. McKenney
2009-04-03 16:45 ` [tip:core/rcu] RCU: " Paul E. McKenney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox