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
F147502727: D42567.id130155.diff
Wed, Mar 11, 11:53 AM
F147462801: D42567.id130155.diff
Wed, Mar 11, 5:23 AM
Unknown Object (File)
Wed, Mar 4, 3:18 PM
Unknown Object (File)
Sat, Feb 28, 4:48 PM
Unknown Object (File)
Tue, Feb 24, 6:12 PM
Unknown Object (File)
Mon, Feb 23, 5:53 PM
Unknown Object (File)
Sat, Feb 21, 9:39 AM
Unknown Object (File)
Jan 30 2026, 10:34 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