Author: kib Date: Thu Dec 3 10:33:57 2015 New Revision: 291685 URL: https://svnweb.freebsd.org/changeset/base/291685
Log: Fix build for !TCP_OFFLOAD case. Modified: head/sys/dev/cxgbe/t4_main.c Modified: head/sys/dev/cxgbe/t4_main.c ============================================================================== --- head/sys/dev/cxgbe/t4_main.c Thu Dec 3 10:17:01 2015 (r291684) +++ head/sys/dev/cxgbe/t4_main.c Thu Dec 3 10:33:57 2015 (r291685) @@ -3718,8 +3718,8 @@ setup_intr_handlers(struct adapter *sc) vi->nintr++; } } - } #endif + } } MPASS(irq == &sc->irq[sc->intr_count]); _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"