]> git.ipfire.org Git - thirdparty/linux.git/commit
block/floppy: Don't use REALLY_SLOW_IO for delays
authorJuergen Gross <jgross@suse.com>
Mon, 19 Jan 2026 18:26:29 +0000 (19:26 +0100)
committerIngo Molnar <mingo@kernel.org>
Sun, 22 Mar 2026 07:43:23 +0000 (08:43 +0100)
commit2219ec23b6cf4ba6e6e23f43601e859f9eaaa24d
treee590246ae24759f6726161e4e5aa2953ab5ffb99
parent9eece498565c3fd5f37efe58498779efd39f2269
block/floppy: Don't use REALLY_SLOW_IO for delays

Instead of defining REALLY_SLOW_IO before including io.h, add the
required additional calls of native_io_delay() to the related functions
in arch/x86/include/asm/floppy.h.

Drop REALLY_SLOW_IO now too as it has no users.

  [ bp: Merge the REALLY_SLOW_IO removal into this patch. ]

Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://patch.msgid.link/20260119182632.596369-4-jgross@suse.com
arch/x86/include/asm/floppy.h
arch/x86/include/asm/io.h
drivers/block/floppy.c