diff options
author | Frans Kaashoek <[email protected]> | 2010-07-28 14:38:05 -0400 |
---|---|---|
committer | Frans Kaashoek <[email protected]> | 2010-07-28 14:38:05 -0400 |
commit | b738a4f1a2dd2956123a734327aeaf9d09b5faca (patch) | |
tree | be82845b2c8d46a4744e6ebc26b18cec5979c924 /traps.h | |
parent | de40730dad816ab576f64bf02041bcf812c929e9 (diff) | |
download | xv6-labs-b738a4f1a2dd2956123a734327aeaf9d09b5faca.tar.gz xv6-labs-b738a4f1a2dd2956123a734327aeaf9d09b5faca.tar.bz2 xv6-labs-b738a4f1a2dd2956123a734327aeaf9d09b5faca.zip |
kill TLB shoot down code
Diffstat (limited to 'traps.h')
-rw-r--r-- | traps.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -25,7 +25,6 @@ // These are arbitrarily chosen, but with care not to overlap // processor defined exceptions or interrupt vectors. #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 |