Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9624
b: refs/heads/master
c: 832f8f0
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Jeff Garzik committed Oct 4, 2005
1 parent 4581d75 commit 271c568
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 81c58732277654a51bb52832e1bc74234bb977bc
refs/heads/master: 832f8f0378ff1566f2a222352c7ad5df3f8d0d9d
3 changes: 2 additions & 1 deletion trunk/drivers/net/sungem.h
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,8 @@ struct gem {

#define ALIGNED_RX_SKB_ADDR(addr) \
((((unsigned long)(addr) + (64UL - 1UL)) & ~(64UL - 1UL)) - (unsigned long)(addr))
static __inline__ struct sk_buff *gem_alloc_skb(int size, int gfp_flags)
static __inline__ struct sk_buff *gem_alloc_skb(int size,
unsigned int __nocast gfp_flags)
{
struct sk_buff *skb = alloc_skb(size + 64, gfp_flags);

Expand Down

0 comments on commit 271c568

Please sign in to comment.