Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ia64: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions

Remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions.

Link: https://lkml.kernel.org/r/20221014001911.3342485-3-helgaas@kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Bjorn Helgaas and committed by
Andrew Morton
33cd3003 b98db477

-4
-4
arch/ia64/include/asm/io.h
··· 23 23 #include <asm/unaligned.h> 24 24 #include <asm/early_ioremap.h> 25 25 26 - /* We don't use IO slowdowns on the ia64, but.. */ 27 - #define __SLOW_DOWN_IO do { } while (0) 28 - #define SLOW_DOWN_IO do { } while (0) 29 - 30 26 #define __IA64_UNCACHED_OFFSET RGN_BASE(RGN_UNCACHED) 31 27 32 28 /*