mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Revert a change from the previous version. MI_WRITE_VALID_PTE only works on invalid PTEs. Thanks to Thomas for noticing.
svn path=/trunk/; revision=61083
This commit is contained in:
parent
b59f1ee141
commit
41ccb2555a
1 changed files with 1 additions and 1 deletions
|
@ -1917,7 +1917,7 @@ MiFlushTbAndCapture(IN PMMVAD FoundVad,
|
|||
ASSERT(PointerPte->u.Hard.Valid == 1);
|
||||
ASSERT(TempPte.u.Hard.Valid == 1);
|
||||
ASSERT(PointerPte->u.Hard.PageFrameNumber == TempPte.u.Hard.PageFrameNumber);
|
||||
MI_WRITE_VALID_PTE(PointerPte, TempPte);
|
||||
*PointerPte = TempPte;
|
||||
|
||||
//
|
||||
// Flush the TLB
|
||||
|
|
Loading…
Reference in a new issue