diff options
Diffstat (limited to 'traps.h')
-rw-r--r-- | traps.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,7 +24,8 @@ // These are arbitrarily chosen, but with care not to overlap // processor defined exceptions or interrupt vectors. -#define T_SYSCALL 64 // system call +#define T_SYSCALL 64 // system call +#define T_TLBFLUSH 65 // flush TLB #define T_DEFAULT 500 // catchall #define T_IRQ0 32 // IRQ 0 corresponds to int T_IRQ |