Changeset d78d603 in mainline for kernel/arch/sparc64/include/trap
- Timestamp:
- 2007-01-10T13:11:28Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c738d65
- Parents:
- 4e33b6b
- Location:
- kernel/arch/sparc64/include/trap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/trap/interrupt.h
r4e33b6b rd78d603 44 44 #define IGN_MASK 0x7c0 45 45 #define INO_MASK 0x1f 46 #define IMAP_V_MASK (1ULL <<31)46 #define IMAP_V_MASK (1ULL << 31) 47 47 48 48 #define IGN_SHIFT 6 -
kernel/arch/sparc64/include/trap/syscall.h
r4e33b6b rd78d603 40 40 #define KERN_sparc64_SYSCALL_TRAP_H_ 41 41 42 #define TT_TRAP_INSTRUCTION(n) (0x100 +(n))42 #define TT_TRAP_INSTRUCTION(n) (0x100 + (n)) 43 43 #define TT_TRAP_INSTRUCTION_LAST TT_TRAP_INSTRUCTION(127) 44 44 -
kernel/arch/sparc64/include/trap/trap_table.h
r4e33b6b rd78d603 40 40 #define TRAP_TABLE_ENTRY_COUNT 1024 41 41 #define TRAP_TABLE_ENTRY_SIZE 32 42 #define TRAP_TABLE_SIZE (TRAP_TABLE_ENTRY_COUNT *TRAP_TABLE_ENTRY_SIZE)42 #define TRAP_TABLE_SIZE (TRAP_TABLE_ENTRY_COUNT * TRAP_TABLE_ENTRY_SIZE) 43 43 44 44 #ifndef __ASM__
Note:
See TracChangeset
for help on using the changeset viewer.