]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86: hpet: Fix masking of MSI interrupts
authorJan Beulich <JBeulich@suse.com>
Fri, 2 Nov 2012 14:02:40 +0000 (14:02 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Dec 2012 18:37:44 +0000 (10:37 -0800)
commit280c7a49c54e1191ddff18db0f44f1f404408829
treee93b7680a70db02239d7f951cb8e4dad01f1e68f
parent2ee75ba7f69754ee04e723b037b15715c0483d50
x86: hpet: Fix masking of MSI interrupts

commit 6acf5a8c931da9d26c8dd77d784daaf07fa2bff0 upstream.

HPET_TN_FSB is not a proper mask bit; it merely toggles between MSI and
legacy interrupt delivery. The proper mask bit is HPET_TN_ENABLE, so
use both bits when (un)masking the interrupt.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Link: http://lkml.kernel.org/r/5093E09002000078000A60E6@nat28.tlf.novell.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/kernel/hpet.c