]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In pmap_enter(), set the PG_MANAGED flag on the new PTE in one place,
authorAlan Cox <alc@FreeBSD.org>
Sun, 19 Feb 2017 18:00:57 +0000 (18:00 +0000)
committerAlan Cox <alc@FreeBSD.org>
Sun, 19 Feb 2017 18:00:57 +0000 (18:00 +0000)
commit4b4c84cfc37165a2a629b655ccd836a4cfc4ea11
tree69523a4b0a8a14240c21b5c75f78e06a14633bd8
parentcc5bbcb2758fa5ca8b559e380cfbcfb1a0f3295b
In pmap_enter(), set the PG_MANAGED flag on the new PTE in one place,
rather two places, and do so before the pmap lock is acquired.

Submitted by: Yufeng Zhou <yz70@rice.edu>
Reviewed by: kib
MFC after: 1 week
sys/amd64/amd64/pmap.c