Changeset f7a33de in mainline for kernel/arch/sparc32/src/trap_table.S


Ignore:
Timestamp:
2013-12-12T21:30:37Z (11 years ago)
Author:
Jakub Klama <jakub.klama@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0c2d9bb
Parents:
382fb4ba
Message:

Enable interrupts support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc32/src/trap_table.S

    r382fb4ba rf7a33de  
    669669        nop
    670670
    671 9:      ld [%sp + 104], %g1
     6719:      inline_restore_kernel
     672
     673        ld [%sp + 104], %g1
    672674        ld [%sp + 108], %g2
    673675        ld [%sp + 112], %g3
     
    754756        /* Jump to actual subroutine */
    755757        mov %g2, %o0
    756         call exc_dispatch
     758        call irq_exception
    757759        add %sp, 128, %o1
    758760
Note: See TracChangeset for help on using the changeset viewer.