HomeFreeBSD

arm64: Make kern_delta unneeded in the boot params

Description

arm64: Make kern_delta unneeded in the boot params

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
Differential Revision: https://reviews.freebsd.org/D42567

Details

Provenance
andrewAuthored on Nov 13 2023, 3:29 PM
Differential Revision
D42567: arm64: Make kern_delta unneeded in the boot params
Parents
rG5fae53589eac: arm64: Use pmap_early_vtophys in pmap_bootstrap_san
Branches
Unknown
Tags
Unknown