Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276581
b: refs/heads/master
c: 781a5e9
h: refs/heads/master
i:
  276579: 0d13c7e
v: v3
  • Loading branch information
Chris Metcalf committed Dec 3, 2011
1 parent 22725aa commit 86a0885
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a67ba43d30bf8c1cfdc2615439455302d2408453
refs/heads/master: 781a5e92bc3b666bc5752e3ce7e977978c2f64e9
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/tile/tilepro.c
Original file line number Diff line number Diff line change
Expand Up @@ -1697,7 +1697,7 @@ static unsigned int tile_net_tx_frags(lepp_frag_t *frags,
for (i = 0; i < sh->nr_frags; i++) {

skb_frag_t *f = &sh->frags[i];
unsigned long pfn = page_to_pfn(f->page);
unsigned long pfn = page_to_pfn(skb_frag_page(f));

/* FIXME: Compute "hash_for_home" properly. */
/* ISSUE: The hypervisor checks CHIP_HAS_REV1_DMA_PACKETS(). */
Expand All @@ -1706,7 +1706,7 @@ static unsigned int tile_net_tx_frags(lepp_frag_t *frags,
/* FIXME: Hmmm. */
if (!hash_default) {
void *va = pfn_to_kaddr(pfn) + f->page_offset;
BUG_ON(PageHighMem(f->page));
BUG_ON(PageHighMem(skb_frag_page(f)));
finv_buffer_remote(va, f->size, 0);
}

Expand Down

0 comments on commit 86a0885

Please sign in to comment.