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)
Oct 15 2024, 2:09 AM
Unknown Object (File)
Oct 3 2024, 4:32 PM
Unknown Object (File)
Sep 28 2024, 1:26 PM
Unknown Object (File)
Sep 21 2024, 9:43 PM
Unknown Object (File)
Sep 21 2024, 4:42 PM
Unknown Object (File)
Sep 21 2024, 4:05 AM
Unknown Object (File)
Sep 17 2024, 1:12 PM
Unknown Object (File)
Sep 17 2024, 7:36 AM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 54390
Build 51280: arc lint + arc unit