Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132385
b: refs/heads/master
c: 6dc7d8c
h: refs/heads/master
i:
  132383: 62ebf40
v: v3
  • Loading branch information
Eilon Greenstein authored and David S. Miller committed Mar 10, 2009
1 parent fdec53d commit e2287a5
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: 916c775ff297dc60219a4f0e5527ba6ab4a88ed4
refs/heads/master: 6dc7d8c843024c2636cf52d3f93047acbcd765f2
2 changes: 1 addition & 1 deletion trunk/drivers/net/bnx2x.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ struct sw_rx_page {
#define PAGES_PER_SGE (1 << PAGES_PER_SGE_SHIFT)
#define SGE_PAGE_SIZE PAGE_SIZE
#define SGE_PAGE_SHIFT PAGE_SHIFT
#define SGE_PAGE_ALIGN(addr) PAGE_ALIGN(addr)
#define SGE_PAGE_ALIGN(addr) PAGE_ALIGN((typeof(PAGE_SIZE))addr)

#define BCM_RX_ETH_PAYLOAD_ALIGN 64

Expand Down

0 comments on commit e2287a5

Please sign in to comment.