From 5b41066b9e0acca20a11a74a59966c674a6d9a51 Mon Sep 17 00:00:00 2001 From: ReactOS Portable Systems Group Date: Mon, 14 Jul 2008 03:20:40 +0000 Subject: [PATCH] - Remove this DPRINT1 too, it was used for debugging scheduling issues which are fixed now. svn path=/trunk/; revision=34493 --- reactos/ntoskrnl/ke/arm/thrdini.c | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/ntoskrnl/ke/arm/thrdini.c b/reactos/ntoskrnl/ke/arm/thrdini.c index a94618b2c0b..4d73e2bda05 100644 --- a/reactos/ntoskrnl/ke/arm/thrdini.c +++ b/reactos/ntoskrnl/ke/arm/thrdini.c @@ -130,5 +130,4 @@ KeArmInitThreadWithContext(IN PKTHREAD Thread, // Save back the new value of the kernel stack // Thread->KernelStack = (PVOID)CtxSwitchFrame; - DPRINT1("NEW THREAD %p WITH EX FRAME AT: %p\n", Thread, Thread->KernelStack); }