- Get rid of a really-early debug print, since it's done before KdInit and thus will...
authorReactOS Portable Systems Group <ros-arm-bringup@svn.reactos.org>
Sun, 13 Jul 2008 22:15:23 +0000 (22:15 +0000)
committerReactOS Portable Systems Group <ros-arm-bringup@svn.reactos.org>
Sun, 13 Jul 2008 22:15:23 +0000 (22:15 +0000)
svn path=/trunk/; revision=34470

reactos/ntoskrnl/ke/arm/cpu.c

index 9ea476a..daaabc5 100644 (file)
@@ -89,7 +89,6 @@ KeFillFixedEntryTb(IN ARM_PTE Pte,
         //
         // On these systems, we'll just keep the PTE mapped
         //
-        DPRINT1("TLB Lockdown Failure (%p). Running on QEMU?\n", Virtual);
     }
     else
     {