]> err.no Git - linux-2.6/blobdiff - arch/parisc/kernel/irq.c
[PARISC] Make sure timer and IPI execute with interrupts disabled
[linux-2.6] / arch / parisc / kernel / irq.c
index 006385dbee6600a147c9ebeb3c827a23e0777118..f7ae2bcd49a5731a0d4b88f2b73f547bb44ecba5 100644 (file)
@@ -291,12 +291,14 @@ void do_cpu_irq_mask(struct pt_regs *regs)
 static struct irqaction timer_action = {
        .handler = timer_interrupt,
        .name = "timer",
+       .flags = SA_INTERRUPT,
 };
 
 #ifdef CONFIG_SMP
 static struct irqaction ipi_action = {
        .handler = ipi_interrupt,
        .name = "IPI",
+       .flags = SA_INTERRUPT,
 };
 #endif