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 /trap.c | |
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 'trap.c')
-rw-r--r-- | trap.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -73,10 +73,6 @@ trap(struct trapframe *tf) cpu->id, tf->cs, tf->eip); lapiceoi(); break; - case T_TLBFLUSH: - lapiceoi(); - lcr3(rcr3()); - break; //PAGEBREAK: 13 default: |