mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[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.
svn path=/trunk/; revision=56010
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user