X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-parisc%2Ffloppy.h;h=ca3aed768cdc1a8d3a528790bf073401f38acc19;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=da2f9c1571430e8a6a52e1c7b402eeea5205e31d;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;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)