]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Set uninitialized popmap bits in vm_reserv_init
authorDoug Moore <dougm@FreeBSD.org>
Sun, 5 Dec 2021 23:17:25 +0000 (17:17 -0600)
committerDoug Moore <dougm@FreeBSD.org>
Tue, 14 Dec 2021 05:09:13 +0000 (23:09 -0600)
commit0848451a2ee5da154f0c4b975697102be4f349f2
treeeb99340d22d2d65c12be77865b928fbe1767ab17
parent277e5da4c511b41bf9845e4d1144a8fe2311dee4
Set uninitialized popmap bits in vm_reserv_init

In vm_reserv_init, set all the marker popmap bits in vm_reserv_init,
and not just the bits of the first popmap entry.

Reviewed by: markj
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D33258

(cherry picked from commit 9f32cb5b1c81ceed28491c031cd109811a5f5d7a)
sys/vm/vm_reserv.c