disable dma offset for now
[openwrt/openwrt.git] / target / linux / atheros-2.6 / files / include / asm-mips / mach-atheros / dma-coherence.h
index fe53556881400601b240a8be801c4a1b92e36a1e..34e5a850703c2bfe32fff88c6878696724d73461 100644 (file)
 #ifndef __ASM_MACH_GENERIC_DMA_COHERENCE_H
 #define __ASM_MACH_GENERIC_DMA_COHERENCE_H
 
 #ifndef __ASM_MACH_GENERIC_DMA_COHERENCE_H
 #define __ASM_MACH_GENERIC_DMA_COHERENCE_H
 
+#if 0
 #define PCI_DMA_OFFSET 0x20000000
 #define PCI_DMA_OFFSET 0x20000000
+#else
+#define PCI_DMA_OFFSET 0x00000000
+#endif
 
 struct device;
 
 
 struct device;