Merge branch 'next/generic' into mips-for-linux-next

This commit is contained in:
Ralf Baechle
2012-01-11 15:41:47 +01:00
52 changed files with 992 additions and 176 deletions

View File

@@ -1130,7 +1130,7 @@ static void ipi_irq_dispatch(void)
static struct irqaction irq_ipi = {
.handler = ipi_interrupt,
.flags = IRQF_DISABLED | IRQF_PERCPU,
.flags = IRQF_PERCPU,
.name = "SMTC_IPI"
};