diff options
author | David S. Miller <davem@davemloft.net> | 2009-04-08 23:32:02 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-06-16 07:56:27 -0400 |
commit | 4fd78a5f1edf62ab1ca3d23efee4a8a336edb2b6 (patch) | |
tree | f6f50f2f286f5f565974bcc409053eb4035bd763 /arch/sparc/Kconfig | |
parent | 0c243ad81f234672bebb72cf3dd014b9c841781d (diff) |
sparc64: Use new dynamic per-cpu allocator.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r-- | arch/sparc/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index cc12cd48bbc..2185cf946d6 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig | |||
@@ -93,6 +93,9 @@ config AUDIT_ARCH | |||
93 | config HAVE_SETUP_PER_CPU_AREA | 93 | config HAVE_SETUP_PER_CPU_AREA |
94 | def_bool y if SPARC64 | 94 | def_bool y if SPARC64 |
95 | 95 | ||
96 | config HAVE_DYNAMIC_PER_CPU_AREA | ||
97 | def_bool y if SPARC64 | ||
98 | |||
96 | config GENERIC_HARDIRQS_NO__DO_IRQ | 99 | config GENERIC_HARDIRQS_NO__DO_IRQ |
97 | bool | 100 | bool |
98 | def_bool y if SPARC64 | 101 | def_bool y if SPARC64 |