projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f41694
)
alpha: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions
author
Bjorn Helgaas
<bhelgaas@google.com>
Fri, 21 Oct 2022 20:18:38 +0000
(15:18 -0500)
committer
Matt Turner
<mattst88@gmail.com>
Tue, 14 Feb 2023 17:37:18 +0000
(12:37 -0500)
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>
arch/alpha/include/asm/io.h
patch
|
blob
|
history
diff --git
a/arch/alpha/include/asm/io.h
b/arch/alpha/include/asm/io.h
index 1c3605d874e9c21d93811fb9516130ed38465866..7aeaf7c30a6f6404935929dc83763b9fbadaf50e 100644
(file)
--- 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
*/