Page MenuHomeFreeBSD

Use static initialization for list rather than SYSINIT().
ClosedPublic

Authored by bz on Dec 12 2015, 12:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 21, 8:13 PM
Unknown Object (File)
Sep 17 2024, 1:44 PM
Unknown Object (File)
Aug 31 2024, 7:08 PM
Unknown Object (File)
Aug 15 2024, 7:41 AM
Unknown Object (File)
Apr 25 2024, 11:29 PM
Unknown Object (File)
Apr 25 2024, 6:01 PM
Unknown Object (File)
Apr 25 2024, 2:47 PM
Unknown Object (File)
Apr 25 2024, 2:47 PM
Subscribers

Details

Summary

Simplify bringup order by removing a SYSINIT making it a
static list initialization.

Mfp4 @180384,180385:

There is no need for a dedicated SYSINIT here.  The
list can be initialized statically.

Sponsored by:	CK Software GmbH

Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bz retitled this revision from to Use static initialization for list rather than SYSINIT()..
bz updated this object.
bz edited the test plan for this revision. (Show Details)
bz added reviewers: gnn, emaste.
gnn edited edge metadata.
This revision is now accepted and ready to land.Dec 15 2015, 3:37 PM
This revision was automatically updated to reflect the committed changes.