Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/src/ivt.S

    r27f67f5 r9928240  
    2828#
    2929
    30 #include <abi/asmtool.h>
    3130#include <arch/stack.h>
    3231#include <arch/register.h>
     
    102101.endm
    103102
    104 SYMBOL(heavyweight_handler)
     103.global heavyweight_handler
     104heavyweight_handler:
    105105    /* 1. copy interrupt registers into bank 0 */
    106106   
     
    297297        rfi ;;
    298298
    299 FUNCTION_BEGIN(heavyweight_handler_inner)
     299.global heavyweight_handler_inner
     300heavyweight_handler_inner:
    300301        /*
    301302         * From this point, the rest of the interrupted context
     
    537538        mov ar.pfs = loc0
    538539        br.ret.sptk.many b0
    539 FUNCTION_END(heavyweight_handler_inner)
    540 
     540
     541.global ivt
    541542.align 32768
    542 SYMBOL(ivt)
     543ivt:
    543544        HEAVYWEIGHT_HANDLER 0x00
    544545        HEAVYWEIGHT_HANDLER 0x04
Note: See TracChangeset for help on using the changeset viewer.