[PATCH] ppc64: make dma_addr_t 64 bits

There has been a need expressed for dma_addr_t to be 64 bits on PPC64.
This patch does that.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Stephen Rothwell
2005-10-25 16:56:43 +10:00
committed by Paul Mackerras
parent bf20a00003
commit 8168f902fa
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -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 {