x86: geode: Mark mfgpt irq IRQF_TIMER to prevent resume failure
[safe/jmp/linux-2.6] / arch / x86 / kernel / mfgpt_32.c
index 846510b..2a62d84 100644 (file)
@@ -347,7 +347,7 @@ static irqreturn_t mfgpt_tick(int irq, void *dev_id)
 
 static struct irqaction mfgptirq  = {
        .handler = mfgpt_tick,
-       .flags = IRQF_DISABLED | IRQF_NOBALANCING,
+       .flags = IRQF_DISABLED | IRQF_NOBALANCING | IRQF_TIMER,
        .name = "mfgpt-timer"
 };