From: Matt Fleming Date: Sun, 2 Nov 2008 22:23:13 +0000 (+0000) Subject: x86: HPET: enter hpet_interrupt_handler with interrupts disabled X-Git-Tag: v2.6.28-rc5~78^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ceb1a04187553e08c6ab60d30cee7c454ee139a;p=pandora-kernel.git 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 Cc: mingo@elte.hu Cc: venkatesh.pallipadi@intel.com Cc: "Will Newton" Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed