[NTOS]: Even after allowing ARM3 paged pool, we should still use the old allocator...
[reactos.git] / reactos / ntoskrnl / mm / ARM3 / expool.c
index a924abe..c3d60b3 100644 (file)
@@ -763,8 +763,8 @@ ExFreePoolWithTag(IN PVOID P,
     //
     // Check for paged pool
     //
-    if (!(AllowPagedPool) && ((P >= MmPagedPoolBase) &&
-                              (P <= (PVOID)((ULONG_PTR)MmPagedPoolBase + MmPagedPoolSize))))
+    if ((P >= MmPagedPoolBase) &&
+        (P <= (PVOID)((ULONG_PTR)MmPagedPoolBase + MmPagedPoolSize)))
     {
         //
         // Use old allocator