- Stop excercising the nonpaged pool allocator since there have been no complaints and internal testing has revealed no faults.

svn path=/trunk/; revision=41932
This commit is contained in:
ReactOS Portable Systems Group 2009-07-12 13:00:19 +00:00
parent 032b0e4144
commit d9b66b43bd

View file

@ -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];