Changeset dfbc229 in mainline for arch/ppc/src/dummy.s
- Timestamp:
- 2005-08-30T12:05:06Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 288a204
- Parents:
- bcdd9aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc/src/dummy.s
rbcdd9aa rdfbc229 42 42 .global cpu_identify 43 43 .global cpu_arch_init 44 .global cpu_sleep45 44 .global cpu_print_report 46 45 .global get_memory_size … … 67 66 cpu_identify: 68 67 cpu_arch_init: 69 cpu_sleep:70 68 cpu_print_report: 71 69 get_memory_size: … … 77 75 dummy: 78 76 0: 79 b l0b77 b 0b
Note:
See TracChangeset
for help on using the changeset viewer.