diff options
author | Bryan O'Sullivan <bos@pathscale.com> | 2006-05-23 22:32:34 +0400 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2006-05-24 00:29:34 +0400 |
commit | f2080fa3c6098dedfb9b599bdaedd07be2ea4646 (patch) | |
tree | e6d144327abb892f7598905bb823770283d1b669 /drivers/infiniband/hw/ipath/ipath_init_chip.c | |
parent | b0ff7c2005f7ec8dec10fb15e62b8e1acc172bbf (diff) | |
download | linux-f2080fa3c6098dedfb9b599bdaedd07be2ea4646.tar.xz |
IB/ipath: enable GPIO interrupt on HT-460
This is required for even semi-decent performance on OpenIB.
Signed-off-by: Bryan O'Sullivan <bos@pathscale.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_init_chip.c')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_init_chip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_init_chip.c b/drivers/infiniband/hw/ipath/ipath_init_chip.c index 16f640e1c16e..dc83250d26a6 100644 --- a/drivers/infiniband/hw/ipath/ipath_init_chip.c +++ b/drivers/infiniband/hw/ipath/ipath_init_chip.c @@ -879,7 +879,6 @@ int ipath_init_chip(struct ipath_devdata *dd, int reinit) done: if (!ret) { - ipath_get_guid(dd); *dd->ipath_statusp |= IPATH_STATUS_CHIP_PRESENT; if (!dd->ipath_f_intrsetup(dd)) { /* now we can enable all interrupts from the chip */ |