Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72426
b: refs/heads/master
c: de05238
h: refs/heads/master
v: v3
  • Loading branch information
Olof Johansson authored and Jeff Garzik committed Oct 24, 2007
1 parent 5ffcd9b commit 20692e4
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 79d1050813d4950335f1097a971836ed08be53b0
refs/heads/master: de0523863e167ec29cbd247bd004cdcb607e330e
2 changes: 1 addition & 1 deletion trunk/drivers/net/pasemi_mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ static int pasemi_mac_clean_rx(struct pasemi_mac *mac, int limit)

n = mac->rx->next_to_clean;

prefetch(RX_RING(mac, n));
prefetch(&RX_RING(mac, n));

for (count = 0; count < limit; count++) {
macrx = RX_RING(mac, n);
Expand Down

0 comments on commit 20692e4

Please sign in to comment.