mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 19:29:43 +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 */
|
/* FIXME: We should keep this, but it would break code checking equality */
|
||||||
Protect &= PAGE_NOCACHE;
|
Protect &= ~PAGE_NOCACHE;
|
||||||
|
|
||||||
Section = (PROS_SECTION_OBJECT)SectionObject;
|
Section = (PROS_SECTION_OBJECT)SectionObject;
|
||||||
AddressSpace = &Process->Vm;
|
AddressSpace = &Process->Vm;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue