Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368201
b: refs/heads/master
c: 5036b7c
h: refs/heads/master
i:
  368199: 4625a22
v: v3
  • Loading branch information
Ben Hutchings committed Mar 7, 2013
1 parent 2c5a079 commit 645ea11
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: b184f16b7feb9ede7d658ee6f2c77434d580d764
refs/heads/master: 5036b7c7b9137bd084f28438396432348f20e0bc
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/sfc/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ void efx_rx_packet(struct efx_rx_queue *rx_queue, unsigned int index,
/* Prefetch nice and early so data will (hopefully) be in cache by
* the time we look at it.
*/
prefetch(efx_rx_buf_va(rx_buf) + efx->type->rx_buffer_hash_size);
prefetch(efx_rx_buf_va(rx_buf));

/* Pipeline receives so that we give time for packet headers to be
* prefetched into cache.
Expand Down

0 comments on commit 645ea11

Please sign in to comment.