Skip to content

Commit

Permalink
sparc64: fix build breakage introduced by percpu-convert-most patchset
Browse files Browse the repository at this point in the history
Commit e74e396 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>
  • Loading branch information
Tejun Heo committed Jun 24, 2009
1 parent 9a0ef29 commit bf4bb2b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions arch/sparc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf4bb2b

Please sign in to comment.