]> git.baikalelectronics.ru Git - kernel.git/commit
x86/Voyager: remove X86_FIND_SMP_CONFIG Kconfig quirk
authorIngo Molnar <mingo@elte.hu>
Tue, 27 Jan 2009 16:28:08 +0000 (17:28 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 29 Jan 2009 13:17:04 +0000 (14:17 +0100)
commita86b3baa8a439d979ba8b00b7e824b693afcf3db
treead81c4dbc24c48b0e26c15a100e21f29e68122da
parent7ea012b8ed5887efc7fe281b741cd71b28084737
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>
arch/x86/Kconfig
arch/x86/include/asm/mpspec.h
arch/x86/kernel/setup.c