Changeset d78d603 in mainline for kernel/arch/sparc64/include/trap/trap_table.h
- Timestamp:
- 2007-01-10T13:11:28Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c738d65
- Parents:
- 4e33b6b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.