Changeset fcfac420 in mainline for arch/amd64/src/asm_utils.S


Ignore:
Timestamp:
2005-12-10T01:02:31Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6095342
Parents:
973be64e
Message:

Changed ia32 & amd64 to use exc_register instead of trap_register.

Fixed dependency list building. I hope you all have 'makedepend' installed,
if you don't it's time to install it, as CC -M builds the dependency
list without directory names..and it just does not work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/src/asm_utils.S

    r973be64e rfcfac420  
    160160#
    161161# The handlers setup data segment registers
    162 # and call trap_dispatcher().
     162# and call exc_dispatch().
    163163#
    164164.macro handler i n
     
    171171        movq %rbp, %rsi
    172172        addq $8, %rsi     # %rsi - second parameter - original stack
    173         call trap_dispatcher    # trap_dispatcher(i, stack)
     173        call exc_dispatch       # exc_dispatch(i, stack)
    174174
    175175# Test if this is interrupt with error word or not
Note: See TracChangeset for help on using the changeset viewer.