Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41481
b: refs/heads/master
c: 2ce9047
h: refs/heads/master
i:
  41479: 9ac0cad
v: v3
  • Loading branch information
Jesse Brandeburg authored and Jeff Garzik committed Dec 2, 2006
1 parent 9441167 commit c9702ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 21c4d5e07859a6fc0f62be37da15b161e142c8d1
refs/heads/master: 2ce9047f5d8464039da8ff986e71be5546e229c0
3 changes: 3 additions & 0 deletions trunk/drivers/net/e1000/e1000_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2867,6 +2867,9 @@ e1000_tx_queue(struct e1000_adapter *adapter, struct e1000_tx_ring *tx_ring,

tx_ring->next_to_use = i;
writel(i, adapter->hw.hw_addr + tx_ring->tdt);
/* we need this if more than one processor can write to our tail
* at a time, it syncronizes IO on IA64/Altix systems */
mmiowb();
}

/**
Expand Down

0 comments on commit c9702ec

Please sign in to comment.