summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/cxgb/cxgb_main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/cxgb/cxgb_main.c b/sys/dev/cxgb/cxgb_main.c
index adf0d03..dff4591 100644
--- a/sys/dev/cxgb/cxgb_main.c
+++ b/sys/dev/cxgb/cxgb_main.c
@@ -1202,10 +1202,6 @@ setup_rss(adapter_t *adap)
u_int nq[2];
uint8_t cpus[SGE_QSETS + 1];
uint16_t rspq_map[RSS_TABLE_SIZE];
-
-
- if ((adap->flags & USING_MSIX) == 0)
- return;
for (i = 0; i < SGE_QSETS; ++i)
cpus[i] = i;
OpenPOWER on IntegriCloud