[PATCH v4 4/6] x86/io: Remove REALLY_SLOW_IO handling

Juergen Gross posted 6 patches 2 weeks, 4 days ago
[PATCH v4 4/6] x86/io: Remove REALLY_SLOW_IO handling
Posted by Juergen Gross 2 weeks, 4 days ago
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@suse.com>
---
 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 8a9292ce7d2d..843f23044754 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.52.0