aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/mach-voyager/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/mach-voyager/setup.c')
-rw-r--r--arch/i386/mach-voyager/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/mach-voyager/setup.c b/arch/i386/mach-voyager/setup.c
index 9da9ef09068d..cfa16c151c8f 100644
--- a/arch/i386/mach-voyager/setup.c
+++ b/arch/i386/mach-voyager/setup.c
@@ -40,7 +40,7 @@ void __init trap_init_hook(void)
40{ 40{
41} 41}
42 42
43static struct irqaction irq0 = { timer_interrupt, SA_INTERRUPT, CPU_MASK_NONE, "timer", NULL, NULL}; 43static struct irqaction irq0 = { timer_interrupt, IRQF_DISABLED, CPU_MASK_NONE, "timer", NULL, NULL};
44 44
45void __init time_init_hook(void) 45void __init time_init_hook(void)
46{ 46{