Rev 1915 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1915 | Rev 2068 | ||
---|---|---|---|
Line 37... | Line 37... | ||
37 | 37 | ||
38 | #include <arch/stack.h> |
38 | #include <arch/stack.h> |
39 | 39 | ||
40 | #define TRAP_TABLE_ENTRY_COUNT 1024 |
40 | #define TRAP_TABLE_ENTRY_COUNT 1024 |
41 | #define TRAP_TABLE_ENTRY_SIZE 32 |
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 | #ifndef __ASM__ |
44 | #ifndef __ASM__ |
45 | 45 | ||
46 | #include <arch/types.h> |
46 | #include <arch/types.h> |
47 | 47 |