Changeset c5ae095 in mainline
- Timestamp:
- 2005-08-30T22:20:43Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 41b5e2a8
- Parents:
- 379d73f3
- Location:
- arch/ppc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc/include/asm.h
r379d73f3 rc5ae095 78 78 } 79 79 80 void cpu_sleep(void); 81 void asm_delay_loop(__u32 t); 82 80 83 #endif -
arch/ppc/src/drivers/ofw.c
r379d73f3 rc5ae095 29 29 #include <arch/drivers/ofw.h> 30 30 #include <stdarg.h> 31 #include <cpu.h> 31 32 32 33 ofw_entry ofw; -
arch/ppc/src/dummy.s
r379d73f3 rc5ae095 35 35 .global userspace 36 36 .global before_thread_runs_arch 37 .global cpu_sleep 37 38 .global cpu_identify 38 39 .global cpu_arch_init
Note:
See TracChangeset
for help on using the changeset viewer.