diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-27 16:28:08 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-29 13:17:04 (GMT) |
commit | 550fe4f198558c147c6b8273a709568222a1668a (patch) | |
tree | ad81c4dbc24c48b0e26c15a100e21f29e68122da /arch/x86/Kconfig | |
parent | f095df0a0cb35a52605541f619d038339b90d7cc (diff) | |
download | linux-550fe4f198558c147c6b8273a709568222a1668a.tar.xz |
x86/Voyager: remove X86_FIND_SMP_CONFIG Kconfig quirk
x86/Voyager had this Kconfig quirk:
config X86_FIND_SMP_CONFIG
def_bool y
depends on X86_MPPARSE || X86_VOYAGER
Which splits off the find_smp_config() callback into a build-time quirk.
Voyager should use the existing x86_quirks.mach_find_smp_config() callback
to introduce SMP-config quirks. NUMAQ-32 and VISWS already use this.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index c0d79ab..df7cb8d 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -254,10 +254,6 @@ config NUMA_MIGRATE_IRQ_DESC If you don't know what to do here, say N. -config X86_FIND_SMP_CONFIG - def_bool y - depends on X86_MPPARSE || X86_VOYAGER - config X86_MPPARSE bool "Enable MPS table" if ACPI default y |