Author: ros-arm-bringup
Date: Tue Jul 21 22:04:17 2009
New Revision: 42124
URL: http://svn.reactos.org/svn/reactos?rev=42124&view=rev
Log:
- Get rid of debug spew used during testing.
Modified:
trunk/reactos/ntoskrnl/mm/ARM3/pool.c
Modified: trunk/reactos/ntoskrnl/mm/ARM3/pool.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/ARM3/pool.c?re…
==============================================================================
--- trunk/reactos/ntoskrnl/mm/ARM3/pool.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/mm/ARM3/pool.c [iso-8859-1] Tue Jul 21 22:04:17 2009
@@ -396,7 +396,6 @@
//
// This page is on the outskirts of initial nonpaged pool, so ignore it
//
- DPRINT1("End of initial frame\n");
Pfn1 = NULL;
}
else
@@ -457,7 +456,6 @@
//
// Then we can't do anything or we'll risk underflowing
//
- DPRINT1("Start of of initial frame\n");
Pfn1 = NULL;
}
else