|
@@ -258,13 +258,14 @@ static unsigned int pmac_pic_get_irq(void)
|
|
#ifdef CONFIG_XMON
|
|
#ifdef CONFIG_XMON
|
|
static struct irqaction xmon_action = {
|
|
static struct irqaction xmon_action = {
|
|
.handler = xmon_irq,
|
|
.handler = xmon_irq,
|
|
- .flags = 0,
|
|
|
|
|
|
+ .flags = IRQF_NO_THREAD,
|
|
.name = "NMI - XMON"
|
|
.name = "NMI - XMON"
|
|
};
|
|
};
|
|
#endif
|
|
#endif
|
|
|
|
|
|
static struct irqaction gatwick_cascade_action = {
|
|
static struct irqaction gatwick_cascade_action = {
|
|
.handler = gatwick_action,
|
|
.handler = gatwick_action,
|
|
|
|
+ .flags = IRQF_NO_THREAD,
|
|
.name = "cascade",
|
|
.name = "cascade",
|
|
};
|
|
};
|
|
|
|
|