x86: geode: Mark mfgpt irq IRQF_TIMER to prevent resume failure
authorThomas Gleixner <tglx@linutronix.de>
Fri, 24 Jul 2009 06:34:59 +0000 (08:34 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 24 Jul 2009 06:42:52 +0000 (08:42 +0200)
commitd6c585a4342a2ff627a29f9aea77c5ed4cd76023
tree2a40b1ccdaaacb0a5b647d0931fca11b248298fe
parent2cb078603abb612e3bcd428fb8122c3d39e08832
x86: geode: Mark mfgpt irq IRQF_TIMER to prevent resume failure

Timer interrupts are excluded from being disabled during suspend. The
clock events code manages the disabling of clock events on its own
because the timer interrupt needs to be functional before the resume
code reenables the device interrupts.

The mfgpt timer request its interrupt without setting the IRQF_TIMER
flag so suspend_device_irqs() disables it as well which results in a
fatal resume failure.

Adding IRQF_TIMER to the interupt flags when requesting the mrgpt
timer interrupt solves the problem.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
LKML-Reference: <new-submission>
Cc: Andres Salomon <dilinger@debian.org>
Cc: stable@kernel.org
arch/x86/kernel/mfgpt_32.c