projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f1255c
)
[NTOS]: Even after allowing ARM3 paged pool, we should still use the old allocator...
author
Sir Richard
<sir_richard@svn.reactos.org>
Sat, 5 Jun 2010 19:32:46 +0000
(19:32 +0000)
committer
Sir Richard
<sir_richard@svn.reactos.org>
Sat, 5 Jun 2010 19:32:46 +0000
(19:32 +0000)
svn path=/trunk/; revision=47601
reactos/ntoskrnl/mm/ARM3/expool.c
patch
|
blob
|
history
diff --git
a/reactos/ntoskrnl/mm/ARM3/expool.c
b/reactos/ntoskrnl/mm/ARM3/expool.c
index
a924abe
..
c3d60b3
100644
(file)
--- a/
reactos/ntoskrnl/mm/ARM3/expool.c
+++ b/
reactos/ntoskrnl/mm/ARM3/expool.c
@@
-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