]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add pmap_mapdev_attr for arm64
authormanu <manu@FreeBSD.org>
Wed, 20 Jun 2018 16:07:35 +0000 (16:07 +0000)
committermanu <manu@FreeBSD.org>
Wed, 20 Jun 2018 16:07:35 +0000 (16:07 +0000)
commitb5d43b277c08e7dacf5f3bf2c9597c379be0d2e9
treeb3b6213ed8b6c80e4a25bd51da22c5ff4e2d72a0
parentf1972c21ab1a1b2ef36d08fc77fa820786db3fcf
Add pmap_mapdev_attr for arm64

This is needed for efifb.
arm and ricv pmap (the two arch with arm64 that uses subr_devmap) have very
different implementation so for now only add this for arm64.

Tested with efifb on Pine64 with a few other patches.

Reviewed by: cognet
Differential Revision: https://reviews.freebsd.org/D15294
sys/arm64/arm64/pmap.c
sys/arm64/include/pmap.h
sys/kern/subr_devmap.c