mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
- Convert one more __invlpg to KeInvalidateTlbEntry
svn path=/trunk/; revision=43963
This commit is contained in:
@@ -67,7 +67,7 @@ MiFlushTlb(PULONG Pt, PVOID Address)
|
||||
{
|
||||
if ((Pt && MmUnmapPageTable(Pt)) || Address >= MmSystemRangeStart)
|
||||
{
|
||||
__invlpg(Address);
|
||||
KeInvalidateTlbEntry(Address);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user