patch-2.4.19 linux-2.4.19/include/asm-mips64/types.h

Next file: linux-2.4.19/include/asm-mips64/uaccess.h
Previous file: linux-2.4.19/include/asm-mips64/traps.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/include/asm-mips64/types.h linux-2.4.19/include/asm-mips64/types.h
@@ -69,7 +69,10 @@
 
 #define BITS_PER_LONG _MIPS_SZLONG
 
-typedef unsigned long dma_addr_t;
+typedef u64 dma_addr_t;
+typedef u64 dma64_addr_t;
+
+typedef unsigned long phys_t;
 
 #endif /* __KERNEL__ */
 

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