[NTOS:MM] Assert PFN lock ownership in MiInsertPageInFreeList. 2371/head
authorThomas Faber <thomas.faber@reactos.org>
Wed, 12 Feb 2020 20:09:49 +0000 (21:09 +0100)
committerThomas Faber <thomas.faber@reactos.org>
Mon, 2 Mar 2020 19:50:54 +0000 (20:50 +0100)
commit6831468ccfdedb4eb8c7cc88ac2a01f35dbfc16b
tree6c0d394177799dbb2a891fa79ef9158395c97c77
parent67b3b73d82a067066fd2014af9a881580aa68c2b
[NTOS:MM] Assert PFN lock ownership in MiInsertPageInFreeList.

AMD64 initialization previously only raised the IRQL.
It now acquires the lock where needed, as i386 does.
ntoskrnl/mm/ARM3/pfnlist.c
ntoskrnl/mm/amd64/init.c