[PATCH] ppc64: make dma_addr_t 64 bits
[powerpc.git] / include / asm-powerpc / prom.h
index 8a21791..3a0104f 100644 (file)
@@ -104,8 +104,8 @@ struct reg_property32 {
 };
 
 struct reg_property64 {
-       unsigned long address;
-       unsigned long size;
+       u64 address;
+       u64 size;
 };
 
 struct property {