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)
Thu, Jul 25, 6:07 AM
Unknown Object (File)
Mon, Jul 22, 6:42 PM
Unknown Object (File)
Fri, Jul 12, 12:07 PM
Unknown Object (File)
Jun 25 2024, 8:43 AM
Unknown Object (File)
Jun 25 2024, 8:08 AM
Unknown Object (File)
Jun 25 2024, 8:07 AM
Unknown Object (File)
Jun 25 2024, 7:53 AM
Unknown Object (File)
Jun 22 2024, 9:02 PM
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 49308
Build 46198: 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