Skip to content
Commit 5ceb1a04 authored by Matt Fleming's avatar Matt Fleming Committed by Thomas Gleixner
Browse files

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: default avatarMatt Fleming <mjf@gentoo.org>
Cc: mingo@elte.hu
Cc: venkatesh.pallipadi@intel.com
Cc: "Will Newton" <will.newton@gmail.com>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 89d77a1e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment