summaryrefslogtreecommitdiff
path: root/traps.h
diff options
context:
space:
mode:
authorFrans Kaashoek <[email protected]>2010-07-28 14:38:05 -0400
committerFrans Kaashoek <[email protected]>2010-07-28 14:38:05 -0400
commitb738a4f1a2dd2956123a734327aeaf9d09b5faca (patch)
treebe82845b2c8d46a4744e6ebc26b18cec5979c924 /traps.h
parentde40730dad816ab576f64bf02041bcf812c929e9 (diff)
downloadxv6-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/traps.h b/traps.h
index 4422d74..0bd1fd8 100644
--- a/traps.h
+++ b/traps.h
@@ -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