From accb3266a8f4e207b8dd42e0245ff672dc50da92 Mon Sep 17 00:00:00 2001 From: Yinghai Lu Date: Fri, 20 Jun 2008 07:33:31 -0700 Subject: [PATCH] --- yaml --- r: 99777 b: refs/heads/master c: bad48f4b313a756ccde454c25c14c828e2fd5819 h: refs/heads/master i: 99775: 8526bb5be9aa32da2672f24843a12776957ed898 v: v3 --- [refs] | 2 +- trunk/arch/x86/Kconfig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index dbcc1c7231b9..614cf201c572 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c73d8dd8595c4c6c1c016bb1ac4dd8035e67975b +refs/heads/master: bad48f4b313a756ccde454c25c14c828e2fd5819 diff --git a/trunk/arch/x86/Kconfig b/trunk/arch/x86/Kconfig index 25251799337f..23c352e408af 100644 --- a/trunk/arch/x86/Kconfig +++ b/trunk/arch/x86/Kconfig @@ -239,7 +239,7 @@ if ACPI config X86_MPPARSE def_bool y bool "Enable MPS table" - depends on ((X86_32 && (X86_LOCAL_APIC && !X86_VISWS)) || X86_64) + depends on X86_LOCAL_APIC && !X86_VISWS help For old smp systems that do not have proper acpi support. Newer systems (esp with 64bit cpus) with acpi support, MADT and DSDT will override it @@ -248,7 +248,7 @@ endif if !ACPI config X86_MPPARSE def_bool y - depends on ((X86_32 && (X86_LOCAL_APIC && !X86_VISWS)) || X86_64) + depends on X86_LOCAL_APIC && !X86_VISWS endif choice