diff options
Diffstat (limited to 'include/asm-parisc')
-rw-r--r-- | include/asm-parisc/io.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-parisc/io.h b/include/asm-parisc/io.h index 4cc9bcec0564..95f00e11c7b4 100644 --- a/include/asm-parisc/io.h +++ b/include/asm-parisc/io.h | |||
@@ -270,11 +270,6 @@ extern void outsl (unsigned long port, const void *src, unsigned long count); | |||
270 | /* IO Port space is : BBiiii where BB is HBA number. */ | 270 | /* IO Port space is : BBiiii where BB is HBA number. */ |
271 | #define IO_SPACE_LIMIT 0x00ffffff | 271 | #define IO_SPACE_LIMIT 0x00ffffff |
272 | 272 | ||
273 | |||
274 | #define dma_cache_inv(_start,_size) do { flush_kernel_dcache_range(_start,_size); } while (0) | ||
275 | #define dma_cache_wback(_start,_size) do { flush_kernel_dcache_range(_start,_size); } while (0) | ||
276 | #define dma_cache_wback_inv(_start,_size) do { flush_kernel_dcache_range(_start,_size); } while (0) | ||
277 | |||
278 | /* PA machines have an MM I/O space from 0xf0000000-0xffffffff in 32 | 273 | /* PA machines have an MM I/O space from 0xf0000000-0xffffffff in 32 |
279 | * bit mode and from 0xfffffffff0000000-0xfffffffffffffff in 64 bit | 274 | * bit mode and from 0xfffffffff0000000-0xfffffffffffffff in 64 bit |
280 | * mode (essentially just sign extending. This macro takes in a 32 | 275 | * mode (essentially just sign extending. This macro takes in a 32 |