Skip to content

Commit

Permalink
RCU: make treercu be default
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
  • Loading branch information
paulmck authored and Ingo Molnar committed Apr 3, 2009
1 parent f69b17d commit 31c9a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ menu "RCU Subsystem"

choice
prompt "RCU Implementation"
default CLASSIC_RCU
default TREE_RCU

config CLASSIC_RCU
bool "Classic RCU"
Expand Down

0 comments on commit 31c9a24

Please sign in to comment.