X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-alpha%2Ffloppy.h;h=6a9f02af95294b4995e61dfc514b88433fd4f6ff;hb=42ca09938157105c1f573c831a35e9c3e02eb354;hp=21816d35ef899fb4773dba6b4c390bebf968fa9a;hpb=55b4d6a52195a8f277ffddf755ddaff359878f41;p=powerpc.git diff --git a/include/asm-alpha/floppy.h b/include/asm-alpha/floppy.h index 21816d35ef..6a9f02af95 100644 --- a/include/asm-alpha/floppy.h +++ b/include/asm-alpha/floppy.h @@ -26,7 +26,7 @@ #define fd_disable_irq() disable_irq(FLOPPY_IRQ) #define fd_cacheflush(addr,size) /* nothing */ #define fd_request_irq() request_irq(FLOPPY_IRQ, floppy_interrupt,\ - SA_INTERRUPT, "floppy", NULL) + IRQF_DISABLED, "floppy", NULL) #define fd_free_irq() free_irq(FLOPPY_IRQ, NULL); #ifdef CONFIG_PCI