Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11668
b: refs/heads/master
c: 8168f90
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed Oct 27, 2005
1 parent 304f721 commit c101580
Show file tree
Hide file tree
Showing 4 changed files with 7 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: bf20a0000377f7bdeb42b78b10ed578deb3d63f1
refs/heads/master: 8168f902fa9c2ca8930ea8d72cce283234df03b8
2 changes: 1 addition & 1 deletion trunk/drivers/net/ibmveth.c
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ static int ibmveth_open(struct net_device *netdev)

if(lpar_rc != H_Success) {
ibmveth_error_printk("h_register_logical_lan failed with %ld\n", lpar_rc);
ibmveth_error_printk("buffer TCE:0x%x filter TCE:0x%x rxq desc:0x%lx MAC:0x%lx\n",
ibmveth_error_printk("buffer TCE:0x%lx filter TCE:0x%lx rxq desc:0x%lx MAC:0x%lx\n",
adapter->buffer_list_dma,
adapter->filter_list_dma,
rxq_desc.desc,
Expand Down
4 changes: 4 additions & 0 deletions trunk/include/asm-powerpc/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,11 @@ typedef unsigned long long u64;

typedef __vector128 vector128;

#ifdef __powerpc64__
typedef u64 dma_addr_t;
#else
typedef u32 dma_addr_t;
#endif
typedef u64 dma64_addr_t;

typedef struct {
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-ppc64/scatterlist.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ struct scatterlist {
unsigned int length;

/* For TCE support */
u32 dma_address;
dma_addr_t dma_address;
u32 dma_length;
};

Expand Down

0 comments on commit c101580

Please sign in to comment.