alpha: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 21 Oct 2022 20:18:38 +0000 (15:18 -0500)
committerMatt 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

index 1c3605d..7aeaf7c 100644 (file)
    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
  */