Page MenuHomeFreeBSD

kboot: Don't need an arch pointer to get segments
ClosedPublic

Authored by imp on Jan 29 2023, 3:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 27, 7:11 AM
Unknown Object (File)
Oct 9 2024, 7:30 AM
Unknown Object (File)
Sep 28 2024, 6:34 PM
Unknown Object (File)
Sep 27 2024, 9:21 AM
Unknown Object (File)
Sep 26 2024, 11:17 PM
Unknown Object (File)
Sep 26 2024, 4:57 AM
Unknown Object (File)
Sep 25 2024, 1:05 PM
Unknown Object (File)
Sep 25 2024, 2:40 AM
Subscribers

Details

Summary

There's no need for an arch pointer to get segments. We can call the
rouinte directly since we don't need this code to be called from
different context where a pointer is needed.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 49457
Build 46347: arc lint + arc unit

Event Timeline

imp requested review of this revision.Jan 29 2023, 3:16 PM

rebase / refactor / redo

rouinte -> routine in the commit message

This revision is now accepted and ready to land.Feb 2 2023, 3:59 AM