diff options
author | Stefan Reinauer <stepan@openbios.org> | 2004-11-12 21:00:29 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2004-11-12 21:00:29 +0000 |
commit | 3e9b52d554f40b0743cc420dc133b5b5ffd964bd (patch) | |
tree | b28c12bb0ee1b776b30deaa7cd54a798d01e29f8 | |
parent | 204f718fa3424df71497d54b8896ff9c2fe4aa4c (diff) | |
download | coreboot-3e9b52d554f40b0743cc420dc133b5b5ffd964bd.tar.xz |
ooops. sorry
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1782 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/arch/ppc/include/arch/cpu.h | 3 | ||||
-rw-r--r-- | src/include/cpu/cpu.h | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/arch/ppc/include/arch/cpu.h b/src/arch/ppc/include/arch/cpu.h new file mode 100644 index 0000000000..48293b2425 --- /dev/null +++ b/src/arch/ppc/include/arch/cpu.h @@ -0,0 +1,3 @@ +/* + * this should probably integrate code from src/arch/ppc/lib/cpuid.c + */ diff --git a/src/include/cpu/cpu.h b/src/include/cpu/cpu.h index e945d0ef9e..e211d990e0 100644 --- a/src/include/cpu/cpu.h +++ b/src/include/cpu/cpu.h @@ -2,7 +2,7 @@ #define CPU_CPU_H struct device; -// #include <arch/cpu.h> +#include <arch/cpu.h> void cpu_initialize(void); void initialize_cpus(struct bus *cpu_bus); |