Ignore:
Timestamp:
Jul 5, 2017, 10:49:55 AM (7 years ago)
Author:
max@…
Message:

remove hal_trap.c, and put its content in hal_interrupt.c and
hal_exception.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_kentry.S

    r138 r142  
    3434
    3535        .text
    36         .globl  hal_trap_entry
     36        .globl  hal_exception_entry
    3737        .globl  hal_timer_intr
    3838        .globl  hal_keyboard_intr
    39         .type   hal_trap_entry, @function
     39        .type   hal_exception_entry, @function
    4040        .type   hal_timer_intr, @function
    4141        .type   hal_keyboard_intr, @function
     
    215215alltraps:
    216216        movq    %rsp,%rdi
    217         call    hal_trap_entry
     217        call    hal_exception_entry
    218218        /* NOTREACHED */
    219219
Note: See TracChangeset for help on using the changeset viewer.