aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/Kconfig
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2009-06-24 03:57:03 -0400
committerTejun Heo <tj@kernel.org>2009-06-24 05:03:36 -0400
commitbf4bb2b1f285ec56e7f3cbf0190761b42131871c (patch)
tree21914b18e8568ac37e5d87c53ed90982304c0c5b /arch/sparc/Kconfig
parent9a0ef2923abd2cc2c6f78d3663ac7af34c0220e8 (diff)
sparc64: fix build breakage introduced by percpu-convert-most patchset
Commit e74e396204bfcb67570ba4517b08f5918e69afea incorrectly added HAVE_LEGACY_PER_CPU_AREA to sparc64 although it already has been converted to dynamic percpu allocator. Drop both HAVE_{LEGACY|DYNAMIC}_PER_CPU_AREA. Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: David Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r--arch/sparc/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index 7a8698b913f..4f6ed0f113f 100644
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig
@@ -92,15 +92,9 @@ config AUDIT_ARCH
92 bool 92 bool
93 default y 93 default y
94 94
95config HAVE_LEGACY_PER_CPU_AREA
96 def_bool y if SPARC64
97
98config HAVE_SETUP_PER_CPU_AREA 95config HAVE_SETUP_PER_CPU_AREA
99 def_bool y if SPARC64 96 def_bool y if SPARC64
100 97
101config HAVE_DYNAMIC_PER_CPU_AREA
102 def_bool y if SPARC64
103
104config GENERIC_HARDIRQS_NO__DO_IRQ 98config GENERIC_HARDIRQS_NO__DO_IRQ
105 bool 99 bool
106 def_bool y if SPARC64 100 def_bool y if SPARC64