Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40851
b: refs/heads/master
c: 92b1f90
h: refs/heads/master
i:
  40849: c940493
  40847: 37b86d3
v: v3
  • Loading branch information
David Rientjes authored and Jeff Garzik committed Nov 10, 2006
1 parent c7858c1 commit 80b3657
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ace48ffb5d6c927c5a98048d93543e1cae0eebd0
refs/heads/master: 92b1f905637bbd79fcd430a09737fd97061eb405
2 changes: 2 additions & 0 deletions trunk/drivers/net/cris/eth_v10.c
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,8 @@ etrax_ethernet_init(void)
* does not share cacheline with any other data (to avoid cache bug)
*/
RxDescList[i].skb = dev_alloc_skb(MAX_MEDIA_DATA_SIZE + 2 * L1_CACHE_BYTES);
if (!RxDescList[i].skb)
return -ENOMEM;
RxDescList[i].descr.ctrl = 0;
RxDescList[i].descr.sw_len = MAX_MEDIA_DATA_SIZE;
RxDescList[i].descr.next = virt_to_phys(&RxDescList[i + 1]);
Expand Down

0 comments on commit 80b3657

Please sign in to comment.