diff options
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_init_chip.c')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_init_chip.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_init_chip.c b/drivers/infiniband/hw/ipath/ipath_init_chip.c index c012e05649b3..b43c2a10029a 100644 --- a/drivers/infiniband/hw/ipath/ipath_init_chip.c +++ b/drivers/infiniband/hw/ipath/ipath_init_chip.c | |||
@@ -980,6 +980,10 @@ int ipath_init_chip(struct ipath_devdata *dd, int reinit) | |||
980 | dd->ipath_stats_timer_active = 1; | 980 | dd->ipath_stats_timer_active = 1; |
981 | } | 981 | } |
982 | 982 | ||
983 | /* Set up SendDMA if chip supports it */ | ||
984 | if (dd->ipath_flags & IPATH_HAS_SEND_DMA) | ||
985 | ret = setup_sdma(dd); | ||
986 | |||
983 | /* Set up HoL state */ | 987 | /* Set up HoL state */ |
984 | init_timer(&dd->ipath_hol_timer); | 988 | init_timer(&dd->ipath_hol_timer); |
985 | dd->ipath_hol_timer.function = ipath_hol_event; | 989 | dd->ipath_hol_timer.function = ipath_hol_event; |