summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2022-10-21 22:18:38 +0200
committerMatt Turner <mattst88@gmail.com>2023-02-14 18:37:18 +0100
commit75078afebb48a16d042717fe26d204cdd2743ff8 (patch)
treea98c5f2b0c296f3455e206c0e96c064fb19b1b2c
parentalpha: update config files (diff)
downloadlinux-75078afebb48a16d042717fe26d204cdd2743ff8.tar.xz
linux-75078afebb48a16d042717fe26d204cdd2743ff8.zip
alpha: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions
Remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--arch/alpha/include/asm/io.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/alpha/include/asm/io.h b/arch/alpha/include/asm/io.h
index 1c3605d874e9..7aeaf7c30a6f 100644
--- a/arch/alpha/include/asm/io.h
+++ b/arch/alpha/include/asm/io.h
@@ -14,10 +14,6 @@
the implementation we have here matches that interface. */
#include <asm-generic/iomap.h>
-/* We don't use IO slowdowns on the Alpha, but.. */
-#define __SLOW_DOWN_IO do { } while (0)
-#define SLOW_DOWN_IO do { } while (0)
-
/*
* Virtual -> physical identity mapping starts at this offset
*/