[PATCH] irq-flags: i386: Use the new IRQF_ constants
[safe/jmp/linux-2.6] / arch / i386 / mach-visws / setup.c
index 1f84cdb..885c7cb 100644 (file)
@@ -115,7 +115,7 @@ void __init pre_setup_arch_hook()
 
 static struct irqaction irq0 = {
        .handler =      timer_interrupt,
-       .flags =        SA_INTERRUPT,
+       .flags =        IRQF_DISABLED,
        .name =         "timer",
 };