mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
- Convert one more __invlpg to KeInvalidateTlbEntry
svn path=/trunk/; revision=43963
This commit is contained in:
parent
76a638d6cf
commit
61c7c70c34
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ MiFlushTlb(PULONG Pt, PVOID Address)
|
|||
{
|
||||
if ((Pt && MmUnmapPageTable(Pt)) || Address >= MmSystemRangeStart)
|
||||
{
|
||||
__invlpg(Address);
|
||||
KeInvalidateTlbEntry(Address);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue