diff options
Diffstat (limited to 'include/asm-sparc')
-rw-r--r-- | include/asm-sparc/io.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/asm-sparc/io.h b/include/asm-sparc/io.h index c23e74a0eaa8..243bf8e9a058 100644 --- a/include/asm-sparc/io.h +++ b/include/asm-sparc/io.h | |||
@@ -310,13 +310,6 @@ extern void sbus_iounmap(volatile void __iomem *vaddr, unsigned long size); | |||
310 | #define RTC_PORT(x) (rtc_port + (x)) | 310 | #define RTC_PORT(x) (rtc_port + (x)) |
311 | #define RTC_ALWAYS_BCD 0 | 311 | #define RTC_ALWAYS_BCD 0 |
312 | 312 | ||
313 | /* Nothing to do */ | ||
314 | /* P3: Only IDE DMA may need these. XXX Verify that it still does... */ | ||
315 | |||
316 | #define dma_cache_inv(_start,_size) do { } while (0) | ||
317 | #define dma_cache_wback(_start,_size) do { } while (0) | ||
318 | #define dma_cache_wback_inv(_start,_size) do { } while (0) | ||
319 | |||
320 | #endif | 313 | #endif |
321 | 314 | ||
322 | #define __ARCH_HAS_NO_PAGE_ZERO_MAPPED 1 | 315 | #define __ARCH_HAS_NO_PAGE_ZERO_MAPPED 1 |