Page MenuHomeFreeBSD

Fix build with nodevice netmap
ClosedPublic

Authored by shurd on Oct 31 2017, 2:39 AM.
Tags
None
Referenced Files
F166223078: D12842.id34481.diff
Wed, Aug 12, 11:30 AM
F166213310: D12842.id34483.diff
Wed, Aug 12, 9:59 AM
F166202271: D12842.diff
Wed, Aug 12, 8:05 AM
Unknown Object (File)
Sat, Aug 8, 10:25 PM
Unknown Object (File)
Sat, Aug 8, 10:19 PM
Unknown Object (File)
Fri, Aug 7, 10:04 PM
Unknown Object (File)
Thu, Aug 6, 12:53 PM
Unknown Object (File)
Wed, Jul 22, 4:51 PM
Subscribers

Details

Summary

iru_init() was declared and used outside the DEV_NETMAP
conditional blocks, but was implemented inside one. Move the
implementation out of the DEV_NETMAP block to allow building with
netmap disabled.

Test Plan

Build with netmap disabled.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Oct 31 2017, 2:47 AM
This revision was automatically updated to reflect the committed changes.