svn commit: r291685 - head/sys/dev/cxgbe
Konstantin Belousov
kib at FreeBSD.org
Thu Dec 3 10:33:58 UTC 2015
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]);
More information about the svn-src-head
mailing list