bcm64: remove unneccesary tlb flush on mmuidmap()

This commit is contained in:
cinap_lenrek 2019-05-17 18:57:05 +02:00
parent 2235660f86
commit d5e4558078

View file

@ -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;