Author: sir_richard
Date: Sun Mar 4 19:51:22 2012
New Revision: 56010
URL:
http://svn.reactos.org/svn/reactos?rev=56010&view=rev
Log:
[NTOS]: For debugging only, want to see what is excercising MmAllocatePagesForMdl. The way
I wrote this seems broken, but I can't find anything to test it with.
Modified:
trunk/reactos/ntoskrnl/mm/freelist.c
Modified: trunk/reactos/ntoskrnl/mm/freelist.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/freelist.c?rev…
==============================================================================
--- trunk/reactos/ntoskrnl/mm/freelist.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/mm/freelist.c [iso-8859-1] Sun Mar 4 19:51:22 2012
@@ -167,6 +167,7 @@
PPHYSICAL_PAGE Pfn1;
INT LookForZeroedPages;
ASSERT(KeGetCurrentIrql() <= APC_LEVEL);
+ DPRINT1("ARM3-DEBUG: Being called with %I64x %I64x %I64x %lx %d %d\n",
LowAddress, HighAddress, SkipBytes, TotalBytes, CacheAttribute, MdlFlags);
//
// Convert the low address into a PFN