X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-parisc%2Ffloppy.h;fp=include%2Fasm-parisc%2Ffloppy.h;h=ca3aed768cdc1a8d3a528790bf073401f38acc19;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=da2f9c1571430e8a6a52e1c7b402eeea5205e31d;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/include/asm-parisc/floppy.h b/include/asm-parisc/floppy.h index da2f9c157..ca3aed768 100644 --- a/include/asm-parisc/floppy.h +++ b/include/asm-parisc/floppy.h @@ -156,11 +156,13 @@ 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, - IRQF_DISABLED, "floppy", NULL); + return request_irq(FLOPPY_IRQ, floppy_hardint,SA_INTERRUPT, + "floppy", NULL); else return request_irq(FLOPPY_IRQ, floppy_interrupt, - IRQF_DISABLED, "floppy", NULL); + SA_INTERRUPT|SA_SAMPLE_RANDOM, + "floppy", NULL); + } static unsigned long dma_mem_alloc(unsigned long size)