patch-2.4.13 linux/include/asm-alpha/types.h

Next file: linux/include/asm-alpha/vga.h
Previous file: linux/include/asm-alpha/scatterlist.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.12/linux/include/asm-alpha/types.h linux/include/asm-alpha/types.h
@@ -47,10 +47,8 @@
 
 #define BITS_PER_LONG 64
 
-/* PCI dma addresses are 32-bits wide.  Ignore PCI64 for now, since
-   we'll typically be sending it all through iommu tables anyway.  */
-
-typedef u32 dma_addr_t;
+typedef u64 dma_addr_t;
+typedef u64 dma64_addr_t;
 
 #endif /* __KERNEL__ */
 #endif /* _ALPHA_TYPES_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)