[ros-diffs] [ros-arm-bringup] 34493: - Remove this DPRINT1 too, it was used for debugging scheduling issues which are fixed now.

ros-arm-bringup at svn.reactos.org ros-arm-bringup at svn.reactos.org
Mon Jul 14 05:20:40 CEST 2008


Author: ros-arm-bringup
Date: Sun Jul 13 22:20:40 2008
New Revision: 34493

URL: http://svn.reactos.org/svn/reactos?rev=34493&view=rev
Log:
- Remove this DPRINT1 too, it was used for debugging scheduling issues which are fixed now.

Modified:
    trunk/reactos/ntoskrnl/ke/arm/thrdini.c

Modified: trunk/reactos/ntoskrnl/ke/arm/thrdini.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ke/arm/thrdini.c?rev=34493&r1=34492&r2=34493&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/ke/arm/thrdini.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/ke/arm/thrdini.c [iso-8859-1] Sun Jul 13 22:20:40 2008
@@ -130,5 +130,4 @@
     // 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);
 }



More information about the Ros-diffs mailing list