]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add non-posted device memory to the arm64 mem map
authorAndrew Turner <andrew@FreeBSD.org>
Fri, 31 Mar 2023 15:58:57 +0000 (16:58 +0100)
committerAndrew Turner <andrew@FreeBSD.org>
Mon, 3 Apr 2023 11:59:11 +0000 (12:59 +0100)
commit41236539d8ddd9244bd8d7c0a20f239ac7d952d2
tree11a5e6cd3aa662dd41835413e3dbd3daaf151898
parent7ae0972c7b8cb46d23ff1e9e5f4a07a72f9bd0cb
Add non-posted device memory to the arm64 mem map

Add VM_MEMATTR_DEVICE_NP to the arm64 vm.pmap.kernel_maps sysctl.

Reviewed by: markj
Sponsored by: Arm Ltd
 Differential Revision: https://reviews.freebsd.org/D39371
sys/arm64/arm64/pmap.c