x86: replace CONFIG_X86_SMP with CONFIG_SMP
authorIngo Molnar <mingo@elte.hu>
Tue, 27 Jan 2009 16:07:08 +0000 (17:07 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 29 Jan 2009 13:17:00 +0000 (14:17 +0100)
commit3e5095d15276efd14a45393666b1bb7536bf179f
tree830cd4cd2803e44a99629b6f2c3307b4c82dd302
parentf2fc0e3071230bb9ea9f64a08c3e619ad1357cfb
x86: replace CONFIG_X86_SMP with CONFIG_SMP

The x86/Voyager subarch used to have this distinction between
 'x86 SMP support' and 'Voyager SMP support':

 config X86_SMP
bool
depends on SMP && ((X86_32 && !X86_VOYAGER) || X86_64)

This is a pointless distinction - Voyager can (and already does) use
smp_ops to implement various SMP quirks it has - and it can be extended
more to cover all the specialities of Voyager.

So remove this complication in the Kconfig space.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
12 files changed:
arch/x86/Kconfig
arch/x86/Kconfig.debug
arch/x86/include/asm/entry_arch.h
arch/x86/include/asm/hw_irq.h
arch/x86/kernel/Makefile
arch/x86/kernel/apic.c
arch/x86/kernel/cpu/addon_cpuid_features.c
arch/x86/kernel/process.c
arch/x86/kernel/setup.c
arch/x86/kernel/tsc.c
arch/x86/kernel/vmiclock_32.c
arch/x86/mm/Makefile