Changes in kernel/arch/ia64/src/ivt.S [27f67f5:9928240] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/ivt.S
r27f67f5 r9928240 28 28 # 29 29 30 #include <abi/asmtool.h>31 30 #include <arch/stack.h> 32 31 #include <arch/register.h> … … 102 101 .endm 103 102 104 SYMBOL(heavyweight_handler) 103 .global heavyweight_handler 104 heavyweight_handler: 105 105 /* 1. copy interrupt registers into bank 0 */ 106 106 … … 297 297 rfi ;; 298 298 299 FUNCTION_BEGIN(heavyweight_handler_inner) 299 .global heavyweight_handler_inner 300 heavyweight_handler_inner: 300 301 /* 301 302 * From this point, the rest of the interrupted context … … 537 538 mov ar.pfs = loc0 538 539 br.ret.sptk.many b0 539 FUNCTION_END(heavyweight_handler_inner) 540 540 541 .global ivt 541 542 .align 32768 542 SYMBOL(ivt) 543 ivt: 543 544 HEAVYWEIGHT_HANDLER 0x00 544 545 HEAVYWEIGHT_HANDLER 0x04
Note:
See TracChangeset
for help on using the changeset viewer.