mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 06:55:55 +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 */
|
||||
PageFrameNumber = MiRemoveZeroPage(Color);
|
||||
NeedZero = FALSE;
|
||||
}
|
||||
|
||||
/* Initialize it */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue