X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-parisc%2Ffloppy.h;h=da2f9c1571430e8a6a52e1c7b402eeea5205e31d;hb=7616ee95f27a04fd5a6434e9ef4a82cec4b2807c;hp=458cdb2a753075d2a2acf2125b1c619a4be75a00;hpb=afedfd016a78ea1b678886ab6236acbc7650fcfb;p=linux-2.6 diff --git a/include/asm-parisc/floppy.h b/include/asm-parisc/floppy.h index 458cdb2a75..da2f9c1571 100644 --- a/include/asm-parisc/floppy.h +++ b/include/asm-parisc/floppy.h @@ -156,11 +156,11 @@ static int vdma_get_dma_residue(unsigned int dummy) static int fd_request_irq(void) { if(can_use_virtual_dma) - return request_irq(FLOPPY_IRQ, floppy_hardint,SA_INTERRUPT, - "floppy", NULL); + return request_irq(FLOPPY_IRQ, floppy_hardint, + IRQF_DISABLED, "floppy", NULL); else - return request_irq(FLOPPY_IRQ, floppy_interrupt, SA_INTERRUPT, - "floppy", NULL); + return request_irq(FLOPPY_IRQ, floppy_interrupt, + IRQF_DISABLED, "floppy", NULL); } static unsigned long dma_mem_alloc(unsigned long size)