patch-2.4.20 linux-2.4.20/include/asm-m68k/types.h

Next file: linux-2.4.20/include/asm-m68k/unistd.h
Previous file: linux-2.4.20/include/asm-m68k/timex.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/include/asm-m68k/types.h linux-2.4.20/include/asm-m68k/types.h
@@ -49,9 +49,10 @@
 
 #define BITS_PER_LONG 32
 
-/* DMA addresses are 32-bits wide */
+/* DMA addresses are always 32-bits wide */
 
 typedef u32 dma_addr_t;
+typedef u32 dma64_addr_t;
 
 #endif /* __KERNEL__ */
 

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