Changeset feb5915 in mainline for arch/sparc64/include/trap/interrupt.h
- Timestamp:
- 2005-12-29T19:17:29Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 80bff342
- Parents:
- 7614565
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/include/trap/interrupt.h
r7614565 rfeb5915 31 31 */ 32 32 33 #ifndef __sparc64_ INTERRUPT_H__34 #define __sparc64_ INTERRUPT_H__33 #ifndef __sparc64_TRAP_INTERRUPT_H__ 34 #define __sparc64_TRAP_INTERRUPT_H__ 35 35 36 36 #include <arch/trap/trap_table.h> … … 60 60 #ifdef __ASM__ 61 61 .macro INTERRUPT_LEVEL_N_HANDLER n 62 save %sp, - STACK_WINDOW_SAVE_AREA_SIZE, %sp62 save %sp, -PREEMPTIBLE_HANDLER_STACK_FRAME_SIZE, %sp 63 63 mov \n - 1, %o0 64 64 mov %fp, %o1 65 SAVING_HANDLER exc_dispatch65 PREEMPTIBLE_HANDLER exc_dispatch 66 66 .endm 67 67
Note:
See TracChangeset
for help on using the changeset viewer.