diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2009-04-03 00:06:25 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-03 12:27:37 -0400 |
commit | 31c9a24ec82926fcae49483e53566d231e705057 (patch) | |
tree | 7c4b1622f43434cc7b77a03775f17d24ea83b1e6 /init/Kconfig | |
parent | f69b17d7e745d8edd7c0d90390cbaa77e63c5ea3 (diff) |
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>
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 14c483d2b7c9..26ac8772464d 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -302,7 +302,7 @@ menu "RCU Subsystem" | |||
302 | 302 | ||
303 | choice | 303 | choice |
304 | prompt "RCU Implementation" | 304 | prompt "RCU Implementation" |
305 | default CLASSIC_RCU | 305 | default TREE_RCU |
306 | 306 | ||
307 | config CLASSIC_RCU | 307 | config CLASSIC_RCU |
308 | bool "Classic RCU" | 308 | bool "Classic RCU" |