mirror of
https://github.com/reactos/reactos.git
synced 2025-08-11 13:35:33 +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)
|
if ((Pt && MmUnmapPageTable(Pt)) || Address >= MmSystemRangeStart)
|
||||||
{
|
{
|
||||||
__invlpg(Address);
|
KeInvalidateTlbEntry(Address);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue