[ros-diffs] [ros-arm-bringup] 41932: - Stop excercising the nonpaged pool allocator since there have been no complaints and internal testing has revealed no faults.

ros-arm-bringup at svn.reactos.org ros-arm-bringup at svn.reactos.org
Sun Jul 12 15:00:20 CEST 2009


Author: ros-arm-bringup
Date: Sun Jul 12 17:00:19 2009
New Revision: 41932

URL: http://svn.reactos.org/svn/reactos?rev=41932&view=rev
Log:
- Stop excercising the nonpaged pool allocator since there have been no complaints and internal testing has revealed no faults.

Modified:
    trunk/reactos/ntoskrnl/mm/ARM3/init.c

Modified: trunk/reactos/ntoskrnl/mm/ARM3/init.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/ARM3/init.c?rev=41932&r1=41931&r2=41932&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/mm/ARM3/init.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/mm/ARM3/init.c [iso-8859-1] Sun Jul 12 17:00:19 2009
@@ -718,7 +718,7 @@
         //
         // Do a little test of the nonpaged pool allocator
         //
-        if (1)
+        if (0)
         {
             ULONG i = 0;
             PVOID Buffers[4096];



More information about the Ros-diffs mailing list