diff options
author | Kip Macy <kmacy@FreeBSD.org> | 2007-09-11 23:49:27 +0000 |
---|---|---|
committer | Kip Macy <kmacy@FreeBSD.org> | 2007-09-11 23:49:27 +0000 |
commit | 45c5d90b6517bcaf0371c942370cb8a4517af921 (patch) | |
tree | 03fbca5e9dd0566f9b0cbffd1ed14505977c907f /sys/dev/cxgb/cxgb_main.c | |
parent | 6ea3aec749a5baad5ba46b703f43baa9dac27d11 (diff) |
Notes
Diffstat (limited to 'sys/dev/cxgb/cxgb_main.c')
-rw-r--r-- | sys/dev/cxgb/cxgb_main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/cxgb/cxgb_main.c b/sys/dev/cxgb/cxgb_main.c index adf0d032663da..dff4591389edf 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; |