x86: mpparse, move disabled cpus to smpboot.c, fix

Signed-off-by: Ingo Molnar <mingo@elte.hu>
diff --git a/arch/x86/kernel/mpparse_32.c b/arch/x86/kernel/mpparse_32.c
index bf29dcc..0f877a5 100644
--- a/arch/x86/kernel/mpparse_32.c
+++ b/arch/x86/kernel/mpparse_32.c
@@ -196,7 +196,9 @@
 	int apicid;
 
 	if (!(m->mpc_cpuflag & CPU_ENABLED)) {
+#ifdef CONFIG_X86_SMP
 		disabled_cpus++;
+#endif
 		return;
 	}
 
@@ -901,7 +903,9 @@
 	}
 
 	if (!enabled) {
+#ifdef CONFIG_X86_SMP
 		++disabled_cpus;
+#endif
 		return;
 	}