Skip to content
Snippets Groups Projects
Commit 75078afe authored by Bjorn Helgaas's avatar Bjorn Helgaas Committed by Matt Turner
Browse files

alpha: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions


Remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions.

Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Signed-off-by: default avatarMatt Turner <mattst88@gmail.com>
parent 9f416948
No related branches found
No related tags found
No related merge requests found
......@@ -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
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment