Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43221
b: refs/heads/master
c: e67bda5
h: refs/heads/master
i:
  43219: 34490ce
v: v3
  • Loading branch information
Brice Goglin authored and Jeff Garzik committed Dec 7, 2006
1 parent 3d251de commit 883948c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: c3905bc4b71ab562acf69765e8c4778bd263b9db
refs/heads/master: e67bda55e27d3308ba0b4ce8cf2da51850ef1453
4 changes: 3 additions & 1 deletion trunk/drivers/net/myri10ge/myri10ge.c
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,9 @@ myri10ge_submit_8rx(struct mcp_kreq_ether_recv __iomem * dst,

low = src->addr_low;
src->addr_low = htonl(DMA_32BIT_MASK);
myri10ge_pio_copy(dst, src, 8 * sizeof(*src));
myri10ge_pio_copy(dst, src, 4 * sizeof(*src));
mb();
myri10ge_pio_copy(dst + 4, src + 4, 4 * sizeof(*src));
mb();
src->addr_low = low;
put_be32(low, &dst->addr_low);
Expand Down

0 comments on commit 883948c

Please sign in to comment.