mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 02:25:40 +00:00
[NTOSKRNL]
- Don't zero a page again that is already zeroed svn path=/trunk/; revision=56070
This commit is contained in:
parent
092d67d890
commit
e97f05f899
1 changed files with 1 additions and 0 deletions
|
@ -327,6 +327,7 @@ MiResolveDemandZeroFault(IN PVOID Address,
|
||||||
{
|
{
|
||||||
/* System wants a zero page, obtain one */
|
/* System wants a zero page, obtain one */
|
||||||
PageFrameNumber = MiRemoveZeroPage(Color);
|
PageFrameNumber = MiRemoveZeroPage(Color);
|
||||||
|
NeedZero = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Initialize it */
|
/* Initialize it */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue