Changeset 53ad43c in mainline for kernel/arch/sparc64/include/arch/trap/trap_table.h
- Timestamp:
- 2018-03-08T18:54:30Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ef16903
- Parents:
- e0a4686
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/arch/trap/trap_table.h
re0a4686 r53ad43c 43 43 #define TRAP_TABLE_SIZE (TRAP_TABLE_ENTRY_COUNT * TRAP_TABLE_ENTRY_SIZE) 44 44 45 #ifndef __AS M__45 #ifndef __ASSEMBLER__ 46 46 47 47 #include <stdint.h> … … 56 56 extern trap_table_entry_t trap_table_save[TRAP_TABLE_ENTRY_COUNT]; 57 57 58 #endif /* !__AS M__ */58 #endif /* !__ASSEMBLER__ */ 59 59 60 #ifdef __AS M__60 #ifdef __ASSEMBLER__ 61 61 .macro SAVE_GLOBALS 62 62 mov %g1, %l1 … … 85 85 .endm 86 86 87 #endif /* __AS M__ */87 #endif /* __ASSEMBLER__ */ 88 88 89 89 #endif
Note:
See TracChangeset
for help on using the changeset viewer.