Changeset dfbc229 in mainline for arch/ppc/src/asm.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/asm.s
rbcdd9aa rdfbc229 30 30 31 31 .global cpu_halt 32 .global cpu_sleep 33 32 34 cpu_halt: 33 35 b cpu_halt 34 36 37 cpu_sleep: 38 b cpu_sleep
Note:
See TracChangeset
for help on using the changeset viewer.