diff options
| author | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-05-17 18:57:05 +0200 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-05-17 18:57:05 +0200 |
| commit | d5e45580788cfa62afea322e5676cf9e5f77d0a4 (patch) | |
| tree | 1506edbc5a3978224397394fe1f8cd7252029fe0 | |
| parent | 2235660f867148d6a5232ec42148af26b36560c7 (diff) | |
| download | plan9front-d5e45580788cfa62afea322e5676cf9e5f77d0a4.tar.xz | |
bcm64: remove unneccesary tlb flush on mmuidmap()
| -rw-r--r-- | sys/src/9/bcm64/mmu.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/src/9/bcm64/mmu.c b/sys/src/9/bcm64/mmu.c index b71d6097b..7c424920f 100644 --- a/sys/src/9/bcm64/mmu.c +++ b/sys/src/9/bcm64/mmu.c @@ -95,9 +95,6 @@ mmuidmap(uintptr *l1) { uintptr va, pa, pe; - mmuswitch(nil); - flushtlb(); - pe = PHYSDRAM + soc.dramsize; if(pe > (uintptr)-KZERO) pe = (uintptr)-KZERO; |
