linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / mips / gt64120 / common / time.c
index d837b26..2287b59 100644 (file)
@@ -8,6 +8,7 @@
  */
 #include <linux/interrupt.h>
 #include <linux/kernel.h>
+#include <linux/config.h>
 #include <linux/sched.h>
 #include <linux/kernel_stat.h>
 #include <asm/ptrace.h>
@@ -77,7 +78,7 @@ void gt64120_time_init(void)
         * the values to the correct interrupt line.
         */
        timer.handler = gt64120_irq;
-       timer.flags = IRQF_SHARED | IRQF_DISABLED;
+       timer.flags = SA_SHIRQ | SA_INTERRUPT;
        timer.name = "timer";
        timer.dev_id = NULL;
        timer.next = NULL;