From 1cfbce1c8306a03683f5f0ea971019a048ee982a Mon Sep 17 00:00:00 2001 From: ReactOS Portable Systems Group Date: Sun, 13 Jul 2008 22:15:23 +0000 Subject: [PATCH] - Get rid of a really-early debug print, since it's done before KdInit and thus will never be seen. svn path=/trunk/; revision=34470 --- reactos/ntoskrnl/ke/arm/cpu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/ntoskrnl/ke/arm/cpu.c b/reactos/ntoskrnl/ke/arm/cpu.c index 9ea476a04ff..daaabc5c002 100644 --- a/reactos/ntoskrnl/ke/arm/cpu.c +++ b/reactos/ntoskrnl/ke/arm/cpu.c @@ -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 {