X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fmips%2Fkernel%2Frtlx.c;fp=arch%2Fmips%2Fkernel%2Frtlx.c;h=cdab1b2cd1343c0185ed4d5161059222076a6e0a;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=caf777f832893f43efcf2676ffc6374da615046e;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/arch/mips/kernel/rtlx.c b/arch/mips/kernel/rtlx.c index caf777f83..cdab1b2cd 100644 --- a/arch/mips/kernel/rtlx.c +++ b/arch/mips/kernel/rtlx.c @@ -487,7 +487,7 @@ static struct file_operations rtlx_fops = { static struct irqaction rtlx_irq = { .handler = rtlx_interrupt, - .flags = SA_INTERRUPT, + .flags = IRQF_DISABLED, .name = "RTLX", };