Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67161
b: refs/heads/master
c: 4bec0b9
h: refs/heads/master
i:
  67159: 3e3624a
v: v3
  • Loading branch information
Arthur Jones authored and Roland Dreier committed Oct 10, 2007
1 parent 6e6ebff commit 9e1bfc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 70c51da2c4f84317bb13a2b564600afdcebd686f
refs/heads/master: 4bec0b9155d6757847b754e21b55ecafcecef839
6 changes: 4 additions & 2 deletions trunk/drivers/infiniband/hw/ipath/ipath_iba6110.c
Original file line number Diff line number Diff line change
Expand Up @@ -1599,8 +1599,10 @@ static int ipath_ht_get_base_info(struct ipath_portdata *pd, void *kbase)
{
struct ipath_base_info *kinfo = kbase;

kinfo->spi_runtime_flags |= IPATH_RUNTIME_HT |
IPATH_RUNTIME_RCVHDR_COPY;
kinfo->spi_runtime_flags |= IPATH_RUNTIME_HT;

if (pd->port_dd->ipath_minrev < 4)
kinfo->spi_runtime_flags |= IPATH_RUNTIME_RCVHDR_COPY;

return 0;
}
Expand Down

0 comments on commit 9e1bfc2

Please sign in to comment.