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
F93157299: D38266.id116415.diff
Sat, Sep 7, 5:43 PM
Unknown Object (File)
Thu, Sep 5, 12:57 PM
Unknown Object (File)
Sun, Sep 1, 10:55 AM
Unknown Object (File)
Sun, Sep 1, 9:19 AM
Unknown Object (File)
Sat, Aug 31, 9:49 AM
Unknown Object (File)
Fri, Aug 30, 7:50 PM
Unknown Object (File)
Fri, Aug 30, 8:48 AM
Unknown Object (File)
Tue, Aug 27, 3:29 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