Page MenuHomeFreeBSD

arm64: Make kern_delta unneeded in the boot params
ClosedPublic

Authored by andrew on Nov 13 2023, 5:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 3, 9:06 PM
Unknown Object (File)
Fri, Apr 26, 10:29 AM
Unknown Object (File)
Thu, Apr 25, 1:47 PM
Unknown Object (File)
Sun, Apr 7, 9:52 AM
Unknown Object (File)
Apr 4 2024, 6:54 AM
Unknown Object (File)
Mar 27 2024, 6:44 AM
Unknown Object (File)
Jan 5 2024, 10:35 PM
Unknown Object (File)
Dec 25 2023, 5:28 PM
Subscribers

Details

Summary

Use pmap_early_vtophys to translate from a virtual to physical where
we were previously using the calculated delta. This means that, while
we still calculate it, we don't need to pass it to initarm or either
pmap bootstrap functions.

While here remove an unneeded printf that indirectly used it or was
related to the previous printf.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable