diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2003-06-13 17:02:57 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2003-06-13 17:02:57 +0000 |
commit | c055fbb274305ff982922eb4d19b04353d3e3fb7 (patch) | |
tree | 851768b10571782a9bc2b9da5ffe7c22e298d312 /src | |
parent | 88e467f38e60cbf45bd372832102bb0503886aa3 (diff) |
Fixes.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@873 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/arch/ppc/lib/cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/ppc/lib/cpu.c b/src/arch/ppc/lib/cpu.c index 49b230c871..7a8e46f5cd 100644 --- a/src/arch/ppc/lib/cpu.c +++ b/src/arch/ppc/lib/cpu.c @@ -4,6 +4,7 @@ #include <string.h> #include <cpu/cpu.h> #include <cpu/ppc/cpuid.h> +#include <smp/start_stop.h> static void cache_on(struct mem_range *mem) { |