]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow us to read the physmap data into our own array and use this to build
authorandrew <andrew@FreeBSD.org>
Thu, 24 May 2018 15:32:49 +0000 (15:32 +0000)
committerandrew <andrew@FreeBSD.org>
Thu, 24 May 2018 15:32:49 +0000 (15:32 +0000)
commitefd8540f2e037e04fa7867b3ce4b7f3276bfb2f5
tree98b5da24ced1247809157d6b3bbe423326f60135
parentd5cee881d621255d9a43548fdec623d92e32f16d
Allow us to read the physmap data into our own array and use this to build
the DMAP region on arm64.

We already have the needed information to build these tables, we just need
to extract it. This significantly simplifies the code.

Obtained from: ABT Systems Ltd
Sponsored by: Turing Robotic Industries
sys/arm/arm/physmem.c
sys/arm/include/physmem.h
sys/arm64/arm64/machdep.c
sys/arm64/arm64/pmap.c