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
F85238027: D38266.diff
Mon, Jun 3, 1:15 PM
Unknown Object (File)
Wed, May 29, 2:37 PM
Unknown Object (File)
Sun, May 26, 12:10 AM
Unknown Object (File)
Sun, May 26, 12:09 AM
Unknown Object (File)
Sun, May 26, 12:09 AM
Unknown Object (File)
Sun, May 26, 12:09 AM
Unknown Object (File)
Fri, May 24, 4:04 AM
Unknown Object (File)
Sun, May 19, 11:04 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 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