diff options
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_verbs.c')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_verbs.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_verbs.c b/drivers/infiniband/hw/ipath/ipath_verbs.c index c76ea0e0b024..65f7181e9cf8 100644 --- a/drivers/infiniband/hw/ipath/ipath_verbs.c +++ b/drivers/infiniband/hw/ipath/ipath_verbs.c | |||
@@ -1375,13 +1375,6 @@ static void __verbs_timer(unsigned long arg) | |||
1375 | { | 1375 | { |
1376 | struct ipath_devdata *dd = (struct ipath_devdata *) arg; | 1376 | struct ipath_devdata *dd = (struct ipath_devdata *) arg; |
1377 | 1377 | ||
1378 | /* | ||
1379 | * If port 0 receive packet interrupts are not available, or | ||
1380 | * can be missed, poll the receive queue | ||
1381 | */ | ||
1382 | if (dd->ipath_flags & IPATH_POLL_RX_INTR) | ||
1383 | ipath_kreceive(dd); | ||
1384 | |||
1385 | /* Handle verbs layer timeouts. */ | 1378 | /* Handle verbs layer timeouts. */ |
1386 | ipath_ib_timer(dd->verbs_dev); | 1379 | ipath_ib_timer(dd->verbs_dev); |
1387 | 1380 | ||