]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
amd64 pmap: handle cases where pml4 page table page is not allocated.
authorKonstantin Belousov <kib@FreeBSD.org>
Sun, 20 Sep 2020 22:16:24 +0000 (22:16 +0000)
committerKonstantin Belousov <kib@FreeBSD.org>
Sun, 20 Sep 2020 22:16:24 +0000 (22:16 +0000)
commit7149d7209ea20969568edb115ba616866d1828c5
treebe1397d45671ab14d1b81523b48dbdeb5476fdeb
parent1440f62266cd056b1520e799c02406020e526c65
amd64 pmap: handle cases where pml4 page table page is not allocated.

Possible in LA57 pmap config.

Noted by: alc
Reviewed by: alc, markj
Sponsored by: The FreeBSD Foundation
Differential revision: https://reviews.freebsd.org/D26492
sys/amd64/amd64/pmap.c