diff options
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_iba6120.c')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_iba6120.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_iba6120.c b/drivers/infiniband/hw/ipath/ipath_iba6120.c index 5b6ac9a1a70..a324c6f7aeb 100644 --- a/drivers/infiniband/hw/ipath/ipath_iba6120.c +++ b/drivers/infiniband/hw/ipath/ipath_iba6120.c | |||
@@ -1273,6 +1273,8 @@ static void ipath_pe_tidtemplate(struct ipath_devdata *dd) | |||
1273 | static int ipath_pe_early_init(struct ipath_devdata *dd) | 1273 | static int ipath_pe_early_init(struct ipath_devdata *dd) |
1274 | { | 1274 | { |
1275 | dd->ipath_flags |= IPATH_4BYTE_TID; | 1275 | dd->ipath_flags |= IPATH_4BYTE_TID; |
1276 | if (ipath_unordered_wc()) | ||
1277 | dd->ipath_flags |= IPATH_PIO_FLUSH_WC; | ||
1276 | 1278 | ||
1277 | /* | 1279 | /* |
1278 | * For openfabrics, we need to be able to handle an IB header of | 1280 | * For openfabrics, we need to be able to handle an IB header of |