]> git.baikalelectronics.ru Git - kernel.git/commit
x86: use CONFIG_X86_SMP instead of CONFIG_SMP
authorJames Bottomley <James.Bottomley@HansenPartnership.com>
Thu, 30 Oct 2008 21:05:39 +0000 (16:05 -0500)
committerIngo Molnar <mingo@elte.hu>
Thu, 30 Oct 2008 21:53:10 +0000 (22:53 +0100)
commit3caa4e7fa60ffae3c5b027faa0bb212a22b2b29b
treee1ccf9369104a5249988e12e9692f3dfc7f943cd
parent9349e221902a666c89edd496345fbb6fab5c1bc9
x86: use CONFIG_X86_SMP instead of CONFIG_SMP

Impact: fix x86/Voyager boot

CONFIG_SMP is used for features which work on *all* x86 boxes.
CONFIG_X86_SMP is used for standard PC like x86 boxes (for things like
multi core and apics)

Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/addon_cpuid_features.c
arch/x86/kernel/tsc.c