]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Count bootstrap data as resident in the kernel pmap.
authormarkj <markj@FreeBSD.org>
Mon, 1 Oct 2018 14:47:49 +0000 (14:47 +0000)
committermarkj <markj@FreeBSD.org>
Mon, 1 Oct 2018 14:47:49 +0000 (14:47 +0000)
commitfef3b3efcbeaafad640d66f0d08071e4bdff856e
tree54c774e5f50b373a6dad0b362d7d576f8c565e24
parent1ba09d88227e05f588caa6f0cc9edd196cc6b4ff
Count bootstrap data as resident in the kernel pmap.

Such data may later be unmapped.  This occurs, for example, when a
loader-provided microcode update file is discarded.

Reviewed by: alc, kib
Approved by: re (gjb)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D17340
sys/amd64/amd64/pmap.c