summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorBrian Gerst <brgerst@gmail.com>2009-01-27 12:56:48 +0900
committerTejun Heo <tj@kernel.org>2009-01-27 12:56:48 +0900
commit89c9c4c58ee86e6e8802597271f23679e0c46647 (patch)
treeeb22bb5577e84f2f1fdcc90d0f293f66673c8910 /arch/x86/Kconfig
parent34019be1cd2941128b5de6d7c0fbdb51f967d268 (diff)
downloadop-kernel-dev-89c9c4c58ee86e6e8802597271f23679e0c46647.zip
op-kernel-dev-89c9c4c58ee86e6e8802597271f23679e0c46647.tar.gz
x86: make Voyager use x86 per-cpu setup.
Impact: standardize all x86 platforms on same setup code With the preceding changes, Voyager can use the same per-cpu setup code as all the other x86 platforms. Signed-off-by: Brian Gerst <brgerst@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 5a29b79..d6218e6 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -133,7 +133,7 @@ config ARCH_HAS_CACHE_LINE_SIZE
def_bool y
config HAVE_SETUP_PER_CPU_AREA
- def_bool X86_64_SMP || (X86_SMP && !X86_VOYAGER)
+ def_bool y
config HAVE_CPUMASK_OF_CPU_MAP
def_bool X86_64_SMP
OpenPOWER on IntegriCloud