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
F96328961: D38266.id116415.diff
Tue, Sep 24, 3:11 PM
F96321321: D38266.id.diff
Tue, Sep 24, 2:17 PM
F96296046: D38266.id116263.diff
Tue, Sep 24, 9:57 AM
Unknown Object (File)
Sun, Sep 22, 5:30 PM
Unknown Object (File)
Sun, Sep 22, 10:55 AM
Unknown Object (File)
Sat, Sep 21, 7:51 PM
Unknown Object (File)
Wed, Sep 18, 7:47 PM
Unknown Object (File)
Tue, Sep 17, 1:19 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 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