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