]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
amd64: Handle 1GB mappings in pmap_enter_quick_locked()
authorMark Johnston <markj@FreeBSD.org>
Sat, 24 Sep 2022 13:20:29 +0000 (09:20 -0400)
committerMark Johnston <markj@FreeBSD.org>
Sat, 24 Sep 2022 13:28:41 +0000 (09:28 -0400)
commit6c2e9f4c32a44f3c239aba346322d871097eaed0
tree4a0651208904935f0acbd1a1977b4a54ef22f560
parent0b29f5efcc7ee8271ad2f6b6447898b489d618ec
amd64: Handle 1GB mappings in pmap_enter_quick_locked()

This code path can be triggered by applying MADV_WILLNEED to a 1GB
mapping.

Reviewed by: alc, kib
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D36674
sys/amd64/amd64/pmap.c