VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / arch / mips / gt64120 / common / time.c
index 86a2100..44f33ca 100644 (file)
@@ -80,7 +80,7 @@ void gt64120_time_init(void)
        timer.name = "timer";
        timer.dev_id = NULL;
        timer.next = NULL;
-       timer.mask = 0;
+       timer.mask = CPU_MASK_NONE;
        irq_desc[GT_TIMER].action = &timer;
 
        enable_irq(GT_TIMER);