From: Ingo Molnar Date: Tue, 27 Jan 2009 16:07:08 +0000 (+0100) Subject: x86: replace CONFIG_X86_SMP with CONFIG_SMP X-Git-Tag: v2.6.30-rc1~211^2~26^2~2^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e5095d15276efd14a45393666b1bb7536bf179f;p=pandora-kernel.git 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 --- Reading git-diff-tree failed