|
@@ -360,7 +360,7 @@ void stop_timer_interrupt(void)
|
|
|
|
|
|
static struct irqaction irq0 = {
|
|
static struct irqaction irq0 = {
|
|
.handler = timer_interrupt,
|
|
.handler = timer_interrupt,
|
|
- .flags = IRQF_DISABLED | IRQF_IRQPOLL,
|
|
|
|
|
|
+ .flags = IRQF_DISABLED | IRQF_IRQPOLL | IRQF_NOBALANCING,
|
|
.mask = CPU_MASK_NONE,
|
|
.mask = CPU_MASK_NONE,
|
|
.name = "timer"
|
|
.name = "timer"
|
|
};
|
|
};
|