[NTOS:MM]

- Arch, don't remove all the page protections
CORE-9808

svn path=/trunk/; revision=68612
This commit is contained in:
Thomas Faber 2015-08-07 16:09:02 +00:00
parent aa52dc7498
commit 33d53d44da

View file

@ -4485,7 +4485,7 @@ MmMapViewOfSection(IN PVOID SectionObject,
}
/* FIXME: We should keep this, but it would break code checking equality */
Protect &= PAGE_NOCACHE;
Protect &= ~PAGE_NOCACHE;
Section = (PROS_SECTION_OBJECT)SectionObject;
AddressSpace = &Process->Vm;