]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-cris/dma-mapping.h
lguest: adapt launcher to per-cpuness
[linux-2.6-omap-h63xx.git] / include / asm-cris / dma-mapping.h
index cbf1a98f012975d67ca8b3b5efd04b896ccc38b8..662cea70152dc2ce2247f067625bd5ce00108bbe 100644 (file)
@@ -156,10 +156,10 @@ dma_get_cache_alignment(void)
        return (1 << INTERNODE_CACHE_SHIFT);
 }
 
-#define dma_is_consistent(d)   (1)
+#define dma_is_consistent(d, h)        (1)
 
 static inline void
-dma_cache_sync(void *vaddr, size_t size,
+dma_cache_sync(struct device *dev, void *vaddr, size_t size,
               enum dma_data_direction direction)
 {
 }