- First pass at s2880 support.
[coreboot.git] / src / arch / i386 / lib / c_start.S
index 48c1514a1ec0f9c9a816d1a609c302476d426a2b..dfe57dd7f07cb8d2e5aa92fcee7d435cae45c130 100644 (file)
@@ -1,6 +1,6 @@
 #include <arch/asm.h>
 #include <arch/intel.h>
-#ifdef SMP
+#ifdef CONFIG_SMP
 #include <cpu/p6/apic.h>
 #endif
        .section ".text"
@@ -39,7 +39,7 @@ _start:
 
        /* set new stack */
        movl    $_estack, %esp
-#ifdef SMP
+#ifdef CONFIG_SMP
        /* Get the cpu id */
        movl    $APIC_DEFAULT_BASE, %edi
        movl    APIC_ID(%edi), %eax