commit | 017d9d20d88cacb0a6a29f343b23c95e203f6645 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@HansenPartnership.com> | Thu Oct 30 16:05:39 2008 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Oct 30 22:53:10 2008 +0100 |
tree | e1ccf9369104a5249988e12e9692f3dfc7f943cd | |
parent | 08c33308575b370c89b4ed1198ece5f93145a2aa [diff] |
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>