public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -tip] Make TREE_RCU be default (was CLASSIC_RCU).
@ 2009-04-04  0:27 Paul E. McKenney
  2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y powerpc defconfigs to TREE_RCU Paul E. McKenney
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Paul E. McKenney @ 2009-04-04  0:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, akpm, dipankar, niv, manfred, peterz, lethal, kernel, andi,
	kyle, deller, davem, ralf, jes, benh, paulus, anton,
	Paul E. McKenney

Given that there have been no TREE_RCU bugs reported for some months,
it is time to make TREE_RCU be the default RCU implementation.  The rest
of this series updates defconfig files that: (1) have CONFIG_SMP=y and
(2) explicitly mention CONFIG_CLASSIC_RCU.

Given that I don't have access to most of the relevant hardware, much
of this is untested.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
---
 init/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/init/Kconfig b/init/Kconfig
index 236a793..ef9d030 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"
-- 
1.5.2.5


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH -tip] Convert CONFIG_SMP=y powerpc defconfigs to TREE_RCU.
  2009-04-04  0:27 [PATCH -tip] Make TREE_RCU be default (was CLASSIC_RCU) Paul E. McKenney
@ 2009-04-04  0:27 ` Paul E. McKenney
  2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y ia64 " Paul E. McKenney
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Paul E. McKenney @ 2009-04-04  0:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, akpm, dipankar, niv, manfred, peterz, lethal, kernel, andi,
	kyle, deller, davem, ralf, jes, benh, paulus, anton,
	Paul E. McKenney

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

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
---
 arch/powerpc/configs/cell_defconfig    |    2 +-
 arch/powerpc/configs/celleb_defconfig  |    2 +-
 arch/powerpc/configs/chrp32_defconfig  |    2 +-
 arch/powerpc/configs/g5_defconfig      |    2 +-
 arch/powerpc/configs/iseries_defconfig |    2 +-
 arch/powerpc/configs/maple_defconfig   |    2 +-
 arch/powerpc/configs/mpc86xx_defconfig |    4 ++--
 arch/powerpc/configs/pasemi_defconfig  |    2 +-
 arch/powerpc/configs/ppc64_defconfig   |    2 +-
 arch/powerpc/configs/ps3_defconfig     |    4 ++--
 arch/powerpc/configs/pseries_defconfig |    2 +-
 11 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/arch/powerpc/configs/cell_defconfig b/arch/powerpc/configs/cell_defconfig
index c6d2baa..00bc3dc 100644
--- a/arch/powerpc/configs/cell_defconfig
+++ b/arch/powerpc/configs/cell_defconfig
@@ -155,7 +155,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
 
 #
 # Platform support
diff --git a/arch/powerpc/configs/celleb_defconfig b/arch/powerpc/configs/celleb_defconfig
index d212377..e133858 100644
--- a/arch/powerpc/configs/celleb_defconfig
+++ b/arch/powerpc/configs/celleb_defconfig
@@ -148,7 +148,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
 
 #
 # Platform support
diff --git a/arch/powerpc/configs/chrp32_defconfig b/arch/powerpc/configs/chrp32_defconfig
index 5094a65..33f69b0 100644
--- a/arch/powerpc/configs/chrp32_defconfig
+++ b/arch/powerpc/configs/chrp32_defconfig
@@ -157,7 +157,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_FREEZER is not set
 
 #
diff --git a/arch/powerpc/configs/g5_defconfig b/arch/powerpc/configs/g5_defconfig
index fc90592..2c31eec 100644
--- a/arch/powerpc/configs/g5_defconfig
+++ b/arch/powerpc/configs/g5_defconfig
@@ -162,7 +162,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_FREEZER is not set
 CONFIG_PPC_MSI_BITMAP=y
 
diff --git a/arch/powerpc/configs/iseries_defconfig b/arch/powerpc/configs/iseries_defconfig
index f925c55..affb125 100644
--- a/arch/powerpc/configs/iseries_defconfig
+++ b/arch/powerpc/configs/iseries_defconfig
@@ -160,7 +160,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_FREEZER is not set
 
 #
diff --git a/arch/powerpc/configs/maple_defconfig b/arch/powerpc/configs/maple_defconfig
index 8b24400..17af126 100644
--- a/arch/powerpc/configs/maple_defconfig
+++ b/arch/powerpc/configs/maple_defconfig
@@ -158,7 +158,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_FREEZER is not set
 CONFIG_PPC_MSI_BITMAP=y
 
diff --git a/arch/powerpc/configs/mpc86xx_defconfig b/arch/powerpc/configs/mpc86xx_defconfig
index adc756e..12aa6cd 100644
--- a/arch/powerpc/configs/mpc86xx_defconfig
+++ b/arch/powerpc/configs/mpc86xx_defconfig
@@ -157,8 +157,8 @@ CONFIG_IOSCHED_CFQ=y
 CONFIG_DEFAULT_CFQ=y
 # CONFIG_DEFAULT_NOOP is not set
 CONFIG_DEFAULT_IOSCHED="cfq"
-CONFIG_CLASSIC_RCU=y
-# CONFIG_TREE_RCU is not set
+CONFIG_TREE_RCU=y
+# CONFIG_CLASSIC_RCU is not set
 # CONFIG_PREEMPT_RCU is not set
 # CONFIG_TREE_RCU_TRACE is not set
 # CONFIG_PREEMPT_RCU_TRACE is not set
diff --git a/arch/powerpc/configs/pasemi_defconfig b/arch/powerpc/configs/pasemi_defconfig
index 4f8681c..e320a56 100644
--- a/arch/powerpc/configs/pasemi_defconfig
+++ b/arch/powerpc/configs/pasemi_defconfig
@@ -150,7 +150,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
 
 #
 # Platform support
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig
index 2524018..e4dc721 100644
--- a/arch/powerpc/configs/ppc64_defconfig
+++ b/arch/powerpc/configs/ppc64_defconfig
@@ -176,7 +176,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_FREEZER is not set
 CONFIG_PPC_MSI_BITMAP=y
 
diff --git a/arch/powerpc/configs/ps3_defconfig b/arch/powerpc/configs/ps3_defconfig
index ac14f52..606e0ba 100644
--- a/arch/powerpc/configs/ps3_defconfig
+++ b/arch/powerpc/configs/ps3_defconfig
@@ -79,8 +79,8 @@ CONFIG_POSIX_MQUEUE=y
 #
 # RCU Subsystem
 #
-CONFIG_CLASSIC_RCU=y
-# CONFIG_TREE_RCU is not set
+CONFIG_TREE_RCU=y
+# CONFIG_CLASSIC_RCU is not set
 # CONFIG_PREEMPT_RCU is not set
 # CONFIG_TREE_RCU_TRACE is not set
 # CONFIG_PREEMPT_RCU_TRACE is not set
diff --git a/arch/powerpc/configs/pseries_defconfig b/arch/powerpc/configs/pseries_defconfig
index 61b1008..d023f33 100644
--- a/arch/powerpc/configs/pseries_defconfig
+++ b/arch/powerpc/configs/pseries_defconfig
@@ -176,7 +176,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_FREEZER=y
 CONFIG_PPC_MSI_BITMAP=y
 
-- 
1.5.2.5


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH -tip] Convert CONFIG_SMP=y ia64 defconfigs to TREE_RCU.
  2009-04-04  0:27 [PATCH -tip] Make TREE_RCU be default (was CLASSIC_RCU) Paul E. McKenney
  2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y powerpc defconfigs to TREE_RCU Paul E. McKenney
@ 2009-04-04  0:27 ` Paul E. McKenney
  2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y mips " Paul E. McKenney
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Paul E. McKenney @ 2009-04-04  0:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, akpm, dipankar, niv, manfred, peterz, lethal, kernel, andi,
	kyle, deller, davem, ralf, jes, benh, paulus, anton,
	Paul E. McKenney

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

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
---
 arch/ia64/configs/generic_defconfig  |    2 +-
 arch/ia64/configs/xen_domu_defconfig |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/ia64/configs/generic_defconfig b/arch/ia64/configs/generic_defconfig
index 7564549..798fd95 100644
--- a/arch/ia64/configs/generic_defconfig
+++ b/arch/ia64/configs/generic_defconfig
@@ -110,7 +110,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_FREEZER is not set
 
 #
diff --git a/arch/ia64/configs/xen_domu_defconfig b/arch/ia64/configs/xen_domu_defconfig
index 0bb0714..539ac38 100644
--- a/arch/ia64/configs/xen_domu_defconfig
+++ b/arch/ia64/configs/xen_domu_defconfig
@@ -104,8 +104,8 @@ 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 is not set
+CONFIG_TREE_RCU=y
+# CONFIG_CLASSIC_RCU is not set
 # CONFIG_PREEMPT_RCU is not set
 # CONFIG_TREE_RCU_TRACE is not set
 # CONFIG_PREEMPT_RCU_TRACE is not set
-- 
1.5.2.5


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH -tip] Convert CONFIG_SMP=y mips defconfigs to TREE_RCU.
  2009-04-04  0:27 [PATCH -tip] Make TREE_RCU be default (was CLASSIC_RCU) Paul E. McKenney
  2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y powerpc defconfigs to TREE_RCU Paul E. McKenney
  2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y ia64 " Paul E. McKenney
@ 2009-04-04  0:27 ` Paul E. McKenney
  2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y arm " Paul E. McKenney
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Paul E. McKenney @ 2009-04-04  0:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, akpm, dipankar, niv, manfred, peterz, lethal, kernel, andi,
	kyle, deller, davem, ralf, jes, benh, paulus, anton,
	Paul E. McKenney

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

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
---
 arch/mips/configs/bigsur_defconfig        |    2 +-
 arch/mips/configs/cavium-octeon_defconfig |    2 +-
 arch/mips/configs/malta_defconfig         |    2 +-
 arch/mips/configs/sb1250-swarm_defconfig  |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/mips/configs/bigsur_defconfig b/arch/mips/configs/bigsur_defconfig
index 783da85..cab2479 100644
--- a/arch/mips/configs/bigsur_defconfig
+++ b/arch/mips/configs/bigsur_defconfig
@@ -273,7 +273,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
 
 #
 # Bus options (PCI, PCMCIA, EISA, ISA, TC)
diff --git a/arch/mips/configs/cavium-octeon_defconfig b/arch/mips/configs/cavium-octeon_defconfig
index 7afaa28..fd5a00d 100644
--- a/arch/mips/configs/cavium-octeon_defconfig
+++ b/arch/mips/configs/cavium-octeon_defconfig
@@ -268,7 +268,7 @@ CONFIG_IOSCHED_CFQ=y
 CONFIG_DEFAULT_CFQ=y
 # CONFIG_DEFAULT_NOOP is not set
 CONFIG_DEFAULT_IOSCHED="cfq"
-CONFIG_CLASSIC_RCU=y
+CONFIG_TREE_RCU=y
 # CONFIG_PROBE_INITRD_HEADER is not set
 # CONFIG_FREEZER is not set
 
diff --git a/arch/mips/configs/malta_defconfig b/arch/mips/configs/malta_defconfig
index 1ecdd3b..bb6ee17 100644
--- a/arch/mips/configs/malta_defconfig
+++ b/arch/mips/configs/malta_defconfig
@@ -282,7 +282,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_FREEZER is not set
 
 #
diff --git a/arch/mips/configs/sb1250-swarm_defconfig b/arch/mips/configs/sb1250-swarm_defconfig
index a9acaa2..ecf9b61 100644
--- a/arch/mips/configs/sb1250-swarm_defconfig
+++ b/arch/mips/configs/sb1250-swarm_defconfig
@@ -275,7 +275,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
 
 #
 # Bus options (PCI, PCMCIA, EISA, ISA, TC)
-- 
1.5.2.5


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH -tip] Convert CONFIG_SMP=y arm defconfigs to TREE_RCU.
  2009-04-04  0:27 [PATCH -tip] Make TREE_RCU be default (was CLASSIC_RCU) Paul E. McKenney
                   ` (2 preceding siblings ...)
  2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y mips " Paul E. McKenney
@ 2009-04-04  0:27 ` Paul E. McKenney
  2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y sparc " Paul E. McKenney
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Paul E. McKenney @ 2009-04-04  0:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, akpm, dipankar, niv, manfred, peterz, lethal, kernel, andi,
	kyle, deller, davem, ralf, jes, benh, paulus, anton,
	Paul E. McKenney

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

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
---
 arch/arm/configs/realview-smp_defconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/configs/realview-smp_defconfig b/arch/arm/configs/realview-smp_defconfig
index 21db4b3..0fada5c 100644
--- a/arch/arm/configs/realview-smp_defconfig
+++ b/arch/arm/configs/realview-smp_defconfig
@@ -119,7 +119,7 @@ CONFIG_DEFAULT_DEADLINE=y
 # CONFIG_DEFAULT_CFQ is not set
 # CONFIG_DEFAULT_NOOP is not set
 CONFIG_DEFAULT_IOSCHED="deadline"
-CONFIG_CLASSIC_RCU=y
+CONFIG_TREE_RCU=y
 # CONFIG_FREEZER is not set
 
 #
-- 
1.5.2.5


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH -tip] Convert CONFIG_SMP=y sparc defconfigs to TREE_RCU.
  2009-04-04  0:27 [PATCH -tip] Make TREE_RCU be default (was CLASSIC_RCU) Paul E. McKenney
                   ` (3 preceding siblings ...)
  2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y arm " Paul E. McKenney
@ 2009-04-04  0:27 ` Paul E. McKenney
  2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y parisc " Paul E. McKenney
  2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y sh " Paul E. McKenney
  6 siblings, 0 replies; 8+ messages in thread
From: Paul E. McKenney @ 2009-04-04  0:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, akpm, dipankar, niv, manfred, peterz, lethal, kernel, andi,
	kyle, deller, davem, ralf, jes, benh, paulus, anton,
	Paul E. McKenney

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

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
---
 arch/sparc/configs/sparc64_defconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/sparc/configs/sparc64_defconfig b/arch/sparc/configs/sparc64_defconfig
index ade4994..7d3e192 100644
--- a/arch/sparc/configs/sparc64_defconfig
+++ b/arch/sparc/configs/sparc64_defconfig
@@ -127,8 +127,8 @@ 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 is not set
+CONFIG_TREE_RCU=y
+# CONFIG_CLASSIC_RCU is not set
 # CONFIG_PREEMPT_RCU is not set
 # CONFIG_TREE_RCU_TRACE is not set
 # CONFIG_PREEMPT_RCU_TRACE is not set
-- 
1.5.2.5


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH -tip] Convert CONFIG_SMP=y parisc defconfigs to TREE_RCU.
  2009-04-04  0:27 [PATCH -tip] Make TREE_RCU be default (was CLASSIC_RCU) Paul E. McKenney
                   ` (4 preceding siblings ...)
  2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y sparc " Paul E. McKenney
@ 2009-04-04  0:27 ` Paul E. McKenney
  2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y sh " Paul E. McKenney
  6 siblings, 0 replies; 8+ messages in thread
From: Paul E. McKenney @ 2009-04-04  0:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, akpm, dipankar, niv, manfred, peterz, lethal, kernel, andi,
	kyle, deller, davem, ralf, jes, benh, paulus, anton,
	Paul E. McKenney

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

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
---
 arch/parisc/configs/a500_defconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/parisc/configs/a500_defconfig b/arch/parisc/configs/a500_defconfig
index f12e4b8..0f3d5cd 100644
--- a/arch/parisc/configs/a500_defconfig
+++ b/arch/parisc/configs/a500_defconfig
@@ -39,8 +39,8 @@ CONFIG_POSIX_MQUEUE=y
 #
 # RCU Subsystem
 #
-CONFIG_CLASSIC_RCU=y
-# CONFIG_TREE_RCU is not set
+CONFIG_TREE_RCU=y
+# CONFIG_CLASSIC_RCU is not set
 # CONFIG_PREEMPT_RCU is not set
 # CONFIG_TREE_RCU_TRACE is not set
 # CONFIG_PREEMPT_RCU_TRACE is not set
-- 
1.5.2.5


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH -tip] Convert CONFIG_SMP=y sh defconfigs to TREE_RCU.
  2009-04-04  0:27 [PATCH -tip] Make TREE_RCU be default (was CLASSIC_RCU) Paul E. McKenney
                   ` (5 preceding siblings ...)
  2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y parisc " Paul E. McKenney
@ 2009-04-04  0:27 ` Paul E. McKenney
  6 siblings, 0 replies; 8+ messages in thread
From: Paul E. McKenney @ 2009-04-04  0:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, akpm, dipankar, niv, manfred, peterz, lethal, kernel, andi,
	kyle, deller, davem, ralf, jes, benh, paulus, anton,
	Paul E. McKenney

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

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

diff --git a/arch/sh/configs/shx3_defconfig b/arch/sh/configs/shx3_defconfig
index ed90a7e..1baf61a 100644
--- a/arch/sh/configs/shx3_defconfig
+++ b/arch/sh/configs/shx3_defconfig
@@ -142,8 +142,8 @@ CONFIG_DEFAULT_AS=y
 # CONFIG_DEFAULT_CFQ is not set
 # CONFIG_DEFAULT_NOOP is not set
 CONFIG_DEFAULT_IOSCHED="anticipatory"
-# CONFIG_CLASSIC_RCU is not set
 # CONFIG_TREE_RCU is not set
+# CONFIG_CLASSIC_RCU is not set
 CONFIG_PREEMPT_RCU=y
 CONFIG_RCU_TRACE=y
 # CONFIG_TREE_RCU_TRACE is not set
-- 
1.5.2.5


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-04-04  0:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-04  0:27 [PATCH -tip] Make TREE_RCU be default (was CLASSIC_RCU) Paul E. McKenney
2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y powerpc defconfigs to TREE_RCU Paul E. McKenney
2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y ia64 " Paul E. McKenney
2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y mips " Paul E. McKenney
2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y arm " Paul E. McKenney
2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y sparc " Paul E. McKenney
2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y parisc " Paul E. McKenney
2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y sh " 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