diff options
| author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-02-02 09:22:23 +0100 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-02-02 09:22:23 +0100 |
| commit | 2a4f7a1eb1473067353494a426e6f0ae17a45a08 (patch) | |
| tree | 7858a89aa1a9ec0412ba0ac933473e4ef86d8cdd | |
| parent | 4c97cb34ac516f46772b32c538d759f1463fe4fc (diff) | |
| download | plan9front-2a4f7a1eb1473067353494a426e6f0ae17a45a08.tar.xz | |
pc64: no need to flush tlb in kunmap(), was experiment
| -rw-r--r-- | sys/src/9/pc64/mmu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/9/pc64/mmu.c b/sys/src/9/pc64/mmu.c index 5e566e58f..b30cf4815 100644 --- a/sys/src/9/pc64/mmu.c +++ b/sys/src/9/pc64/mmu.c @@ -479,7 +479,6 @@ kunmap(KMap *k) if(pte == 0 || (*pte & PTEVALID) == 0) panic("kunmap: va=%#p", va); *pte = 0; - mmuflushtlb(); splx(x); } |
