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
F92438243: D38266.id116024.diff
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
Unknown Object (File)
Mon, Aug 26, 10:24 AM
Unknown Object (File)
Sun, Aug 25, 3:37 PM
Unknown Object (File)
Fri, Aug 23, 12:24 PM
Unknown Object (File)
Wed, Aug 21, 4:35 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