bcm64: remove unneccesary tlb flush on mmuidmap()
This commit is contained in:
parent
2235660f86
commit
d5e4558078
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue