Changeset cddc1639 in mainline for arch/sparc64/include/trap
- Timestamp:
- 2005-12-15T21:40:19Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5753fbb
- Parents:
- 36e7ee98
- Location:
- arch/sparc64/include/trap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/include/trap/regwin.h
r36e7ee98 rcddc1639 64 64 #define I7_OFFSET 120 65 65 66 #ifdef __ASM__ 66 67 .macro SPILL_NORMAL_HANDLER 67 68 stx %l0, [%sp + STACK_BIAS + L0_OFFSET] … … 126 127 retry 127 128 .endm 129 #endif /* __ASM__ */ 128 130 129 131 #endif -
arch/sparc64/include/trap/trap.h
r36e7ee98 rcddc1639 41 41 42 42 extern void trap_init(void); 43 extern void trap_install_handler(index_t tt, size_t len, bool tlnonz); 43 44 44 45 #endif -
arch/sparc64/include/trap/trap_table.h
r36e7ee98 rcddc1639 47 47 extern trap_table_entry_t trap_table[TRAP_TABLE_ENTRY_COUNT]; 48 48 extern trap_table_entry_t trap_table_kernel[TRAP_TABLE_ENTRY_COUNT]; 49 #endif /* __ASM__ */49 #endif /* !__ASM__ */ 50 50 51 51 #endif
Note:
See TracChangeset
for help on using the changeset viewer.