Changeset dfbc229 in mainline for arch/ppc/src/asm.s


Ignore:
Timestamp:
2005-08-30T12:05:06Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
288a204
Parents:
bcdd9aa
Message:

OpenFirmware support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc/src/asm.s

    rbcdd9aa rdfbc229  
    3030
    3131.global cpu_halt
     32.global cpu_sleep
     33
    3234cpu_halt:
    3335        b cpu_halt
    34  
     36
     37cpu_sleep:
     38        b cpu_sleep
Note: See TracChangeset for help on using the changeset viewer.