sparc64: fix build breakage introduced by percpu-convert-most patchset
authorTejun Heo <tj@kernel.org>
Wed, 24 Jun 2009 07:57:03 +0000 (16:57 +0900)
committerTejun Heo <tj@kernel.org>
Wed, 24 Jun 2009 09:03:36 +0000 (18:03 +0900)
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>
arch/sparc/Kconfig

index 7a8698b913fe7be77a3763d9dac912ba589b4af4..4f6ed0f113f09eb3d0167d163714022b4b06bb06 100644 (file)
@@ -92,15 +92,9 @@ config AUDIT_ARCH
        bool
        default y
 
-config HAVE_LEGACY_PER_CPU_AREA
-       def_bool y if SPARC64
-
 config HAVE_SETUP_PER_CPU_AREA
        def_bool y if SPARC64
 
-config HAVE_DYNAMIC_PER_CPU_AREA
-       def_bool y if SPARC64
-
 config GENERIC_HARDIRQS_NO__DO_IRQ
        bool
        def_bool y if SPARC64
This page took 0.027643 seconds and 5 git commands to generate.