]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove l1ptfrom pmap_early_vtophys on arm64
authorAndrew Turner <andrew@FreeBSD.org>
Thu, 10 Mar 2022 18:10:40 +0000 (18:10 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Mon, 4 Apr 2022 09:37:06 +0000 (10:37 +0100)
commitdf24ac386cb237d94d9b2635dbca45a6653ee54e
treea3a982de74b2674487efbbb2d091488e6b0055ec
parenta51b292658247da6d03877561d106dbf0399a4cd
Remove l1ptfrom pmap_early_vtophys on arm64

The first argument was unused as we use an address translation
instruction to get the physical address.

Sponsored by: The FreeBSD Foundation

(cherry picked from commit 854d5a4f7277fcd32b8c92d552cd93d208f5fc64)
sys/arm64/arm64/pmap.c