Changeset 7614565 in mainline for arch/sparc64/include/trap/interrupt.h
- Timestamp:
- 2005-12-27T21:40:02Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- feb5915
- Parents:
- 1120276
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/include/trap/interrupt.h
r1120276 r7614565 35 35 36 36 #include <arch/trap/trap_table.h> 37 #include <arch/stack.h> 37 38 38 39 #define TT_INTERRUPT_LEVEL_1 0x41 … … 59 60 #ifdef __ASM__ 60 61 .macro INTERRUPT_LEVEL_N_HANDLER n 61 save %sp, - 128, %sp62 save %sp, -STACK_WINDOW_SAVE_AREA_SIZE, %sp 62 63 mov \n - 1, %o0 63 call exc_dispatch64 64 mov %fp, %o1 65 restore 66 retry 65 SAVING_HANDLER exc_dispatch 67 66 .endm 68 67
Note:
See TracChangeset
for help on using the changeset viewer.