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

Next file: linux-2.4.19/include/asm-i386/unistd.h
Previous file: linux-2.4.19/include/asm-i386/spinlock.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/include/asm-i386/types.h linux-2.4.19/include/asm-i386/types.h
@@ -45,7 +45,7 @@
 
 /* DMA addresses come in generic and 64-bit flavours.  */
 
-#ifdef CONFIG_HIGHMEM
+#ifdef CONFIG_HIGHMEM64G
 typedef u64 dma_addr_t;
 #else
 typedef u32 dma_addr_t;

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