]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: HPET: enter hpet_interrupt_handler with interrupts disabled
authorMatt Fleming <mjf@gentoo.org>
Sun, 2 Nov 2008 22:23:13 +0000 (22:23 +0000)
committerThomas Gleixner <tglx@apollo.(none)>
Mon, 10 Nov 2008 16:38:07 +0000 (17:38 +0100)
commit5ceb1a04187553e08c6ab60d30cee7c454ee139a
tree8ce801cf81aa3fae8c73788312c8cd75cb99bf49
parent89d77a1eb60be916d85d9394bedbfa2037af89c5
x86: HPET: enter hpet_interrupt_handler with interrupts disabled

Some functions that may be called from this handler require that
interrupts are disabled. Also, combining IRQF_DISABLED and
IRQF_SHARED does not reliably disable interrupts in a handler, so
remove IRQF_SHARED from the irq flags (this irq is not shared anyway).

Signed-off-by: Matt Fleming <mjf@gentoo.org>
Cc: mingo@elte.hu
Cc: venkatesh.pallipadi@intel.com
Cc: "Will Newton" <will.newton@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/hpet.c