- Convert one more __invlpg to KeInvalidateTlbEntry

svn path=/trunk/; revision=43963
This commit is contained in:
Stefan Ginsberg 2009-11-04 22:51:00 +00:00
parent 76a638d6cf
commit 61c7c70c34

View file

@ -67,7 +67,7 @@ MiFlushTlb(PULONG Pt, PVOID Address)
{
if ((Pt && MmUnmapPageTable(Pt)) || Address >= MmSystemRangeStart)
{
__invlpg(Address);
KeInvalidateTlbEntry(Address);
}
}