--- zzzz-none-000/linux-3.10.107/arch/m68k/include/asm/sun3xflop.h 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/arch/m68k/include/asm/sun3xflop.h 2021-02-04 17:41:59.000000000 +0000 @@ -207,7 +207,7 @@ if(!once) { once = 1; error = request_irq(FLOPPY_IRQ, sun3xflop_hardint, - IRQF_DISABLED, "floppy", NULL); + 0, "floppy", NULL); return ((error == 0) ? 0 : -1); } else return 0; }