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)
Sat, Oct 18, 12:10 PM
Unknown Object (File)
Fri, Oct 17, 2:55 AM
Unknown Object (File)
Mon, Oct 6, 12:25 AM
Unknown Object (File)
Sun, Oct 5, 5:55 PM
Unknown Object (File)
Sun, Oct 5, 9:52 AM
Unknown Object (File)
Sun, Oct 5, 6:58 AM
Unknown Object (File)
Wed, Oct 1, 5:55 PM
Unknown Object (File)
Sun, Sep 21, 12:33 AM
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.