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