From 57ffeb0578db71b1c57d9e4137def42aac34fe18 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Wed, 30 Jul 2003 03:05:20 +0000 Subject: updates from YhLu, plus fixes for PPC/K8 issues. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1059 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/i386/lib/c_start.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/arch/i386/lib/c_start.S') diff --git a/src/arch/i386/lib/c_start.S b/src/arch/i386/lib/c_start.S index dfe57dd7f0..4c4146ec83 100644 --- a/src/arch/i386/lib/c_start.S +++ b/src/arch/i386/lib/c_start.S @@ -1,6 +1,6 @@ #include #include -#ifdef CONFIG_SMP +#if CONFIG_SMP==1 #include #endif .section ".text" @@ -39,7 +39,7 @@ _start: /* set new stack */ movl $_estack, %esp -#ifdef CONFIG_SMP +#if CONFIG_SMP==1 /* Get the cpu id */ movl $APIC_DEFAULT_BASE, %edi movl APIC_ID(%edi), %eax -- cgit v1.2.3