[NTOS]: For debugging only, want to see what is excercising MmAllocatePagesForMdl...
[reactos.git] / reactos / ntoskrnl / mm / freelist.c
index b69a40b..cc1d8d8 100644 (file)
@@ -167,6 +167,7 @@ MiAllocatePagesForMdl(IN PHYSICAL_ADDRESS LowAddress,
     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