Two more formating and debug output changes from cc branch.

svn path=/trunk/; revision=25326
This commit is contained in:
Maarten Bosma 2007-01-06 02:50:53 +00:00
parent 0456489590
commit 34386521e2

View file

@ -1124,8 +1124,8 @@ MmNotPresentFaultSectionView(PMADDRESS_SPACE AddressSpace,
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);
@ -1243,6 +1243,8 @@ MmAccessFaultSectionView(PMADDRESS_SPACE AddressSpace,
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
*/