From d9b66b43bdc0f835decfc7a25ae62b5331f02986 Mon Sep 17 00:00:00 2001 From: ReactOS Portable Systems Group Date: Sun, 12 Jul 2009 13:00:19 +0000 Subject: [PATCH] - Stop excercising the nonpaged pool allocator since there have been no complaints and internal testing has revealed no faults. svn path=/trunk/; revision=41932 --- reactos/ntoskrnl/mm/ARM3/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/mm/ARM3/init.c b/reactos/ntoskrnl/mm/ARM3/init.c index 8a28378b7c6..3fa4ba6bd1f 100644 --- a/reactos/ntoskrnl/mm/ARM3/init.c +++ b/reactos/ntoskrnl/mm/ARM3/init.c @@ -718,7 +718,7 @@ MmArmInitSystem(IN ULONG Phase, // // Do a little test of the nonpaged pool allocator // - if (1) + if (0) { ULONG i = 0; PVOID Buffers[4096];