diff options
| author | Sean Bruno <sbruno@FreeBSD.org> | 2012-08-02 00:00:34 +0000 |
|---|---|---|
| committer | Sean Bruno <sbruno@FreeBSD.org> | 2012-08-02 00:00:34 +0000 |
| commit | 8844c808482882cf63c2f82c10139c8e5d32bf69 (patch) | |
| tree | 0dcc954fc88ddb4e6ac9a7ee3304a905d3725fbe /sys/dev/e1000 | |
| parent | 50e91f8ce1ee94da7d3cd195a6d6f1a92780c3c5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/e1000')
| -rw-r--r-- | sys/dev/e1000/if_igb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/e1000/if_igb.c b/sys/dev/e1000/if_igb.c index 26d0903586298..d81bf0c691c2b 100644 --- a/sys/dev/e1000/if_igb.c +++ b/sys/dev/e1000/if_igb.c @@ -2522,7 +2522,6 @@ igb_allocate_msix(struct adapter *adapter) "Bound queue %d to cpu %d\n", i,igb_last_bind_cpu); igb_last_bind_cpu = CPU_NEXT(igb_last_bind_cpu); - igb_last_bind_cpu = igb_last_bind_cpu % mp_ncpus; } #if __FreeBSD_version >= 800000 TASK_INIT(&que->txr->txq_task, 0, igb_deferred_mq_start, |
