Changeset 9055bd1 in mainline for arch/ppc64/src/dummy.s


Ignore:
Timestamp:
2006-04-09T16:02:02Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7f7859b9
Parents:
6a78e84
Message:

make the ppc ports generate proper 32b or 64b code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc64/src/dummy.s

    r6a78e84 r9055bd1  
    2929.text
    3030
     31.global cpu_halt
    3132.global asm_delay_loop
    3233.global userspace
     
    3536.global tlb_invalidate_asid
    3637.global tlb_invalidate_pages
     38
     39cpu_halt:
     40        b cpu_halt
    3741
    3842tlb_invalidate_all:
Note: See TracChangeset for help on using the changeset viewer.