diff options
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_driver.c')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_driver.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_driver.c b/drivers/infiniband/hw/ipath/ipath_driver.c index 66b41ecf898b..979ae2996be8 100644 --- a/drivers/infiniband/hw/ipath/ipath_driver.c +++ b/drivers/infiniband/hw/ipath/ipath_driver.c | |||
@@ -890,9 +890,6 @@ void ipath_kreceive(struct ipath_devdata *dd) | |||
890 | goto done; | 890 | goto done; |
891 | 891 | ||
892 | reloop: | 892 | reloop: |
893 | /* read only once at start for performance */ | ||
894 | hdrqtail = (u32)le64_to_cpu(*dd->ipath_hdrqtailptr); | ||
895 | |||
896 | for (i = 0; l != hdrqtail; i++) { | 893 | for (i = 0; l != hdrqtail; i++) { |
897 | u32 qp; | 894 | u32 qp; |
898 | u8 *bthbytes; | 895 | u8 *bthbytes; |