diff options
Diffstat (limited to 'arch/i386/mach-default/setup.c')
-rw-r--r-- | arch/i386/mach-default/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/mach-default/setup.c b/arch/i386/mach-default/setup.c index c78816210706..7f635c7a2381 100644 --- a/arch/i386/mach-default/setup.c +++ b/arch/i386/mach-default/setup.c | |||
@@ -81,7 +81,7 @@ void __init trap_init_hook(void) | |||
81 | 81 | ||
82 | static struct irqaction irq0 = { | 82 | static struct irqaction irq0 = { |
83 | .handler = timer_interrupt, | 83 | .handler = timer_interrupt, |
84 | .flags = IRQF_DISABLED | IRQF_NOBALANCING, | 84 | .flags = IRQF_DISABLED | IRQF_NOBALANCING | IRQF_IRQPOLL, |
85 | .mask = CPU_MASK_NONE, | 85 | .mask = CPU_MASK_NONE, |
86 | .name = "timer" | 86 | .name = "timer" |
87 | }; | 87 | }; |