aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-alpha/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-alpha/io.h')
-rw-r--r--include/asm-alpha/io.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-alpha/io.h b/include/asm-alpha/io.h
index ab5b60dcef19..38f18cf18c9d 100644
--- a/include/asm-alpha/io.h
+++ b/include/asm-alpha/io.h
@@ -551,12 +551,6 @@ extern void outsl (unsigned long port, const void *src, unsigned long count);
551#endif 551#endif
552#define RTC_ALWAYS_BCD 0 552#define RTC_ALWAYS_BCD 0
553 553
554/* Nothing to do */
555
556#define dma_cache_inv(_start,_size) do { } while (0)
557#define dma_cache_wback(_start,_size) do { } while (0)
558#define dma_cache_wback_inv(_start,_size) do { } while (0)
559
560/* 554/*
561 * Some mucking forons use if[n]def writeq to check if platform has it. 555 * Some mucking forons use if[n]def writeq to check if platform has it.
562 * It's a bloody bad idea and we probably want ARCH_HAS_WRITEQ for them 556 * It's a bloody bad idea and we probably want ARCH_HAS_WRITEQ for them