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, Apr 20, 9:14 AM
Unknown Object (File)
Tue, Mar 25, 8:30 AM
Unknown Object (File)
Mar 2 2025, 4:44 AM
Unknown Object (File)
Feb 27 2025, 12:30 PM
Unknown Object (File)
Feb 27 2025, 7:45 AM
Unknown Object (File)
Feb 26 2025, 11:20 AM
Unknown Object (File)
Feb 26 2025, 11:18 AM
Unknown Object (File)
Feb 25 2025, 10:33 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 Not Applicable
Unit
Tests Not Applicable

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