fixed defines
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1010 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
2910a2b545
commit
23e107f184
|
@ -1,7 +1,7 @@
|
|||
#ifndef SMP_ATOMIC_H
|
||||
#define SMP_ATOMIC_H
|
||||
|
||||
#ifdef CONFIG_SMP
|
||||
#if CONFIG_SMP == 1
|
||||
#include <arch/smp/atomic.h>
|
||||
#else
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SMP_SPINLOCK_H
|
||||
#define SMP_SPINLOCK_H
|
||||
|
||||
#ifdef CONFIG_SMP
|
||||
#if CONFIG_SMP == 1
|
||||
#include <arch/smp/spinlock.h>
|
||||
#else /* !CONFIG_SMP */
|
||||
|
||||
|
|
Loading…
Reference in New Issue