aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc/io.h')
-rw-r--r--include/asm-ppc/io.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/asm-ppc/io.h b/include/asm-ppc/io.h
index 8f58231a8bc6..a0d409a5d80f 100644
--- a/include/asm-ppc/io.h
+++ b/include/asm-ppc/io.h
@@ -478,23 +478,6 @@ extern void pci_iounmap(struct pci_dev *dev, void __iomem *);
478#include <asm/mpc8260_pci9.h> 478#include <asm/mpc8260_pci9.h>
479#endif 479#endif
480 480
481#ifdef CONFIG_NOT_COHERENT_CACHE
482
483#define dma_cache_inv(_start,_size) \
484 invalidate_dcache_range(_start, (_start + _size))
485#define dma_cache_wback(_start,_size) \
486 clean_dcache_range(_start, (_start + _size))
487#define dma_cache_wback_inv(_start,_size) \
488 flush_dcache_range(_start, (_start + _size))
489
490#else
491
492#define dma_cache_inv(_start,_size) do { } while (0)
493#define dma_cache_wback(_start,_size) do { } while (0)
494#define dma_cache_wback_inv(_start,_size) do { } while (0)
495
496#endif
497
498/* 481/*
499 * Convert a physical pointer to a virtual kernel pointer for /dev/mem 482 * Convert a physical pointer to a virtual kernel pointer for /dev/mem
500 * access 483 * access