[PATCH 5/5] x86/io: Remove REALLY_SLOW_IO handling

From: Juergen Gross

Date: Wed Nov 26 2025 - 11:20:51 EST


As there is no user of REALLY_SLOW_IO left, remove the related handling
from arch/x86/include/asm/io.h.

Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
---
arch/x86/include/asm/io.h | 5 -----
1 file changed, 5 deletions(-)

diff --git a/arch/x86/include/asm/io.h b/arch/x86/include/asm/io.h
index 0448575569b9..c4ddaaa1b81c 100644
--- a/arch/x86/include/asm/io.h
+++ b/arch/x86/include/asm/io.h
@@ -254,11 +254,6 @@ static inline void slow_down_io(void)
return;

native_io_delay();
-#ifdef REALLY_SLOW_IO
- native_io_delay();
- native_io_delay();
- native_io_delay();
-#endif
}

#define BUILDIO(bwl, type) \
--
2.51.0