[NTOSKRNL]
authorArt Yerkes <art.yerkes@gmail.com>
Fri, 1 Jun 2012 09:01:41 +0000 (09:01 +0000)
committerArt Yerkes <art.yerkes@gmail.com>
Fri, 1 Jun 2012 09:01:41 +0000 (09:01 +0000)
commit2bbb9b29301ba903972fc4e41b353c83c7070082
tree4d4936a07dc4555045c814e9dcb9231957e3404e
parent15425106b97dec3a74d4df3c47766480bc71292e
[NTOSKRNL]
- Allow placement of a wait entry in virgin address space prior to mapping a page.
- Add a wait entry in the address space when paging in section view.
- Correct a problem that previously prevented us from evicting or querying pages that
  had been protected into PAGE_NOACCESS protection by adding a query for disabled
  mappings and handling disabled mappings in a few places (this may be controversial).

svn path=/trunk/; revision=56682
reactos/ntoskrnl/cache/section/newmm.h
reactos/ntoskrnl/include/internal/mm.h
reactos/ntoskrnl/mm/i386/page.c
reactos/ntoskrnl/mm/section.c