[PATCH] i386 kexec: allow the kexec on panic support to compile on voyager
[powerpc.git] / include / asm-sparc64 / floppy.h
index b591d0e..abf1500 100644 (file)
@@ -267,7 +267,7 @@ static int sun_fd_request_irq(void)
                once = 1;
 
                error = request_irq(FLOPPY_IRQ, sparc_floppy_irq, 
-                                   SA_INTERRUPT, "floppy", NULL);
+                                   IRQF_DISABLED, "floppy", NULL);
 
                return ((error == 0) ? 0 : -1);
        }