[ros-diffs] [mbosma] 25326: Two more formating and debug output changes from cc branch.
mbosma at svn.reactos.org
mbosma at svn.reactos.org
Sat Jan 6 03:51:05 CET 2007
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=25326&r1=25325&r2=25326&view=diff
==============================================================================
--- 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
More information about the Ros-diffs
mailing list