Page MenuHomeFreeBSD

hyperv: netvsc: remove the dummy netvsc_init()
ClosedPublic

Authored by decui_microsoft.com on Dec 16 2015, 1:38 PM.
Tags
None
Referenced Files
F85742990: D4594.diff
Sun, Jun 9, 10:53 PM
Unknown Object (File)
Thu, May 23, 2:32 PM
Unknown Object (File)
Mon, May 13, 1:52 PM
Unknown Object (File)
Mon, May 13, 1:48 PM
Unknown Object (File)
May 8 2024, 10:00 AM
Unknown Object (File)
Apr 12 2024, 8:53 AM
Unknown Object (File)
Apr 12 2024, 8:25 AM
Unknown Object (File)
Apr 5 2024, 2:04 AM
Subscribers

Details

Summary

netvsc_init() doesn't do anything relly meaningful, so we can simply remove
it. We can also remove the bogus SYSINIT (..., SI_SUB_KTHREAD_IDLE, ...),
which happens before vmbus_init() of SYSINIT(...,SI_SUB_SMP + 1,...), so it
can't do anything good.

Signed-off-by: Dexuan Cui <decui@microsoft.com>

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1693
Build 1699: arc lint + arc unit

Event Timeline

decui_microsoft.com retitled this revision from to hyperv: netvsc: remove the dummy netvsc_init().
decui_microsoft.com updated this object.
This revision is now accepted and ready to land.Dec 21 2015, 2:19 PM
adrian added a reviewer: adrian.
royger edited edge metadata.

LGTM.

This revision was automatically updated to reflect the committed changes.