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)
Sat, Sep 21, 9:43 PM
Unknown Object (File)
Sat, Sep 21, 4:42 PM
Unknown Object (File)
Sat, Sep 21, 4:05 AM
Unknown Object (File)
Tue, Sep 17, 1:12 PM
Unknown Object (File)
Tue, Sep 17, 7:36 AM
Unknown Object (File)
Mon, Sep 16, 10:22 PM
Unknown Object (File)
Sun, Sep 15, 5:40 PM
Unknown Object (File)
Sat, Sep 7, 9:55 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