[PATCH -tip] Switch blackfin defconfig from CONFIG_CLASSIC_RCU to CONFIG_TREE_RCU.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: paulmck
Date: Monday, December 22, 2008 - 5:12 pm

From: Paul E. McKenney <paulmck@linux.vnet.ibm.com>

Only for testing in -tip and -next, not yet for inclusion into mainline.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
---
 arch/blackfin/configs/BF526-EZBRD_defconfig |    2 +-
 arch/blackfin/configs/BlackStamp_defconfig  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/blackfin/configs/BF526-EZBRD_defconfig b/arch/blackfin/configs/BF526-EZBRD_defconfig
index 4443a47..1366126 100644
--- a/arch/blackfin/configs/BF526-EZBRD_defconfig
+++ b/arch/blackfin/configs/BF526-EZBRD_defconfig
@@ -102,7 +102,7 @@ CONFIG_IOSCHED_NOOP=y
 # CONFIG_DEFAULT_CFQ is not set
 CONFIG_DEFAULT_NOOP=y
 CONFIG_DEFAULT_IOSCHED="noop"
-CONFIG_CLASSIC_RCU=y
+CONFIG_TREE_RCU=y
 # CONFIG_PREEMPT_NONE is not set
 CONFIG_PREEMPT_VOLUNTARY=y
 # CONFIG_PREEMPT is not set
diff --git a/arch/blackfin/configs/BlackStamp_defconfig b/arch/blackfin/configs/BlackStamp_defconfig
index 2921f99..fc74d4a 100644
--- a/arch/blackfin/configs/BlackStamp_defconfig
+++ b/arch/blackfin/configs/BlackStamp_defconfig
@@ -101,7 +101,7 @@ CONFIG_DEFAULT_AS=y
 # CONFIG_DEFAULT_CFQ is not set
 # CONFIG_DEFAULT_NOOP is not set
 CONFIG_DEFAULT_IOSCHED="anticipatory"
-CONFIG_CLASSIC_RCU=y
+CONFIG_TREE_RCU=y
 # CONFIG_PREEMPT_NONE is not set
 CONFIG_PREEMPT_VOLUNTARY=y
 # CONFIG_PREEMPT is not set
-- 
1.5.2.5

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH -tip] Switch blackfin defconfig from CONFIG_CLASSIC ..., paulmck, (Mon Dec 22, 5:12 pm)
[PATCH, -tip] Make hierarchical RCU be the default, Paul E. McKenney, (Tue Dec 23, 3:06 pm)
Re: [PATCH -tip] Switch arm defconfig files from CONFIG_CL ..., Paul E. McKenney, (Thu Dec 25, 11:46 am)
Re: [PATCH -tip] Switch arm defconfig files from CONFIG_CL ..., Paul E. McKenney, (Thu Dec 25, 12:23 pm)
Re: [PATCH, -tip] Make hierarchical RCU be the default, Ingo Molnar, (Sat Dec 27, 3:35 am)
Re: [PATCH, -tip] Make hierarchical RCU be the default, Paul E. McKenney, (Sat Dec 27, 4:27 pm)
Re: [PATCH, -tip] Make hierarchical RCU be the default, Paul E. McKenney, (Sat Dec 27, 4:39 pm)
[PATCH, -tip] v2 Make hierarchical RCU be the default, Paul E. McKenney, (Sun Dec 28, 8:22 pm)