]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Convert allocations of the phys pager to vm_pager_allocate().
authorKonstantin Belousov <kib@FreeBSD.org>
Tue, 8 Sep 2020 23:38:49 +0000 (23:38 +0000)
committerKonstantin Belousov <kib@FreeBSD.org>
Tue, 8 Sep 2020 23:38:49 +0000 (23:38 +0000)
commitfbf2a778760f24565eab950ced3e2ad1df4cf844
tree0398d3fe6520832d8bff4372171c24ee01240254
parent89d2fb14d52e861b2648e7a70edd8bc15671afd4
Convert allocations of the phys pager to vm_pager_allocate().

Future changes would require additional initialization of OBJT_PHYS
objects, and vm_object_allocate() is not suitable for it.

Reviewed by: markj
Tested by: pho
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D24652
sys/dev/ksyms/ksyms.c
sys/dev/xen/gntdev/gntdev.c
sys/kern/link_elf.c
sys/kern/link_elf_obj.c