Don't lock the kernel address space while solving faults from the paged pool.
authorHartmut Birr <osexpert@googlemail.com>
Sun, 5 Jun 2005 14:01:58 +0000 (14:01 +0000)
committerHartmut Birr <osexpert@googlemail.com>
Sun, 5 Jun 2005 14:01:58 +0000 (14:01 +0000)
commit09b3ff1ebbaced9001c43ea97141c9f0ad948eaf
treef10824366a53128670ff9eb163392344ffc87afd
parent00457dbaa62addd16ca690da4bb742ecf5194c7d
Don't lock the kernel address space while solving faults from the paged pool.
It is possible, that someone try to access memory from paged pool
while the kernel address space is already locked.

svn path=/trunk/; revision=15805
reactos/ntoskrnl/include/internal/mm.h
reactos/ntoskrnl/mm/mdl.c
reactos/ntoskrnl/mm/mm.c
reactos/ntoskrnl/mm/ppool.c