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