Merge to Fedora kernel-2.6.7-1.492
[linux-2.6.git] / arch / x86_64 / kernel / time.c
index d47d3f8..10c511f 100644 (file)
@@ -689,7 +689,7 @@ int __init time_setup(char *str)
 }
 
 static struct irqaction irq0 = {
-       timer_interrupt, SA_INTERRUPT, 0, "timer", NULL, NULL
+       timer_interrupt, SA_INTERRUPT, CPU_MASK_NONE, "timer", NULL, NULL
 };
 
 extern void __init config_acpi_tables(void);