Signed-off-by: Helge Deller <deller@xxxxxx> diff --git a/arch/parisc/kernel/irq.c b/arch/parisc/kernel/irq.c index 2e6443b..c439c05 100644 --- a/arch/parisc/kernel/irq.c +++ b/arch/parisc/kernel/irq.c @@ -529,8 +529,8 @@ void do_cpu_irq_mask(struct pt_regs *regs) cpumask_t dest; #endif - old_regs = set_irq_regs(regs); local_irq_disable(); + old_regs = set_irq_regs(regs); irq_enter(); eirr_val = mfctl(23) & cpu_eiem & per_cpu(local_ack_eiem, cpu); -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html