]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-netx/time.c
[ARM] Move mmu.c out of the way
[linux-2.6-omap-h63xx.git] / arch / arm / mach-netx / time.c
index edfbdf40c6000a72a864c5b6c728d39760a73e95..6d72c81b7d9f3c67ea9a696559fa683b0a5e78f9 100644 (file)
@@ -54,7 +54,7 @@ netx_timer_interrupt(int irq, void *dev_id, struct pt_regs *regs)
 
 static struct irqaction netx_timer_irq = {
        .name           = "NetX Timer Tick",
-       .flags          = SA_INTERRUPT | SA_TIMER,
+       .flags          = IRQF_DISABLED | IRQF_TIMER,
        .handler        = netx_timer_interrupt,
 };