Changeset 5b1ced0 in mainline for arch/sparc64/src/dummy.s


Ignore:
Timestamp:
2005-12-25T12:11:23Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
39494010
Parents:
7ae4443
Message:

sparc64 work.
Initial interrupt_vector_trap handler and fixes needed to make it do the right thing (i.e. panic()).

File:
1 edited

Legend:

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

    r7ae4443 r5b1ced0  
    3030
    3131.global asm_delay_loop
    32 .global cpu_halt
    3332.global cpu_sleep
    3433.global fmath_dpow
     
    4645
    4746asm_delay_loop:
    48 cpu_halt:
    4947cpu_sleep:
    5048fmath_dpow:
     
    6260        retl
    6361        nop
     62
     63.global cpu_halt
     64cpu_halt:
     65        b cpu_halt
     66        nop
Note: See TracChangeset for help on using the changeset viewer.