Fixes.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@873 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
88e467f38e
commit
c055fbb274
|
@ -4,6 +4,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <cpu/cpu.h>
|
#include <cpu/cpu.h>
|
||||||
#include <cpu/ppc/cpuid.h>
|
#include <cpu/ppc/cpuid.h>
|
||||||
|
#include <smp/start_stop.h>
|
||||||
|
|
||||||
static void cache_on(struct mem_range *mem)
|
static void cache_on(struct mem_range *mem)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue