Author: mbosma
Date: Sat Jan 6 05:50:53 2007
New Revision: 25326
URL:
http://svn.reactos.org/svn/reactos?rev=25326&view=rev
Log:
Two more formating and debug output changes from cc branch.
Modified:
trunk/reactos/ntoskrnl/mm/section.c
Modified: trunk/reactos/ntoskrnl/mm/section.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/section.c?rev=…
==============================================================================
--- trunk/reactos/ntoskrnl/mm/section.c (original)
+++ trunk/reactos/ntoskrnl/mm/section.c Sat Jan 6 05:50:53 2007
@@ -1124,8 +1124,8 @@
SwapEntry = SWAPENTRY_FROM_SSE(Entry);
/*
- * Release all our locks and read in the page from disk
- */
+ * Release all our locks and read in the page from disk
+ */
MmUnlockSectionSegment(Segment);
MmUnlockAddressSpace(AddressSpace);
@@ -1242,6 +1242,8 @@
PMM_PAGEOP PageOp;
PMM_REGION Region;
ULONG Entry;
+
+ DPRINT("MmAccessFaultSectionView(%x, %x, %x, %x)\n", AddressSpace,
MemoryArea, Address, Locked);
/*
* Check if the page has been paged out or has already been set readwrite