From b738a4f1a2dd2956123a734327aeaf9d09b5faca Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Wed, 28 Jul 2010 14:38:05 -0400 Subject: kill TLB shoot down code --- traps.h | 1 - 1 file changed, 1 deletion(-) (limited to 'traps.h') 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 -- cgit v1.2.3