mirror of
https://github.com/reactos/reactos.git
synced 2025-06-24 17:59:54 +00:00
[NTOS:MM]
- Arch, don't remove all the page protections CORE-9808 svn path=/trunk/; revision=68612
This commit is contained in:
parent
aa52dc7498
commit
33d53d44da
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue