/SPARTAN/trunk/arch/ppc/include/asm.h |
---|
77,7 → 77,4 |
return NULL; |
} |
void cpu_sleep(void); |
void asm_delay_loop(__u32 t); |
#endif |
/SPARTAN/trunk/arch/ppc/src/dummy.s |
---|
34,7 → 34,6 |
.global memsetb |
.global userspace |
.global before_thread_runs_arch |
.global cpu_sleep |
.global cpu_identify |
.global cpu_arch_init |
.global cpu_print_report |
/SPARTAN/trunk/arch/ppc/src/drivers/ofw.c |
---|
28,7 → 28,6 |
#include <arch/drivers/ofw.h> |
#include <stdarg.h> |
#include <cpu.h> |
ofw_entry ofw; |