]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ACPI: Make acpi_skip_timer_override cover all source_irq==0 cases
authorFeng Tang <feng.tang@intel.com>
Mon, 4 Jun 2012 07:00:04 +0000 (15:00 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Jul 2012 16:04:06 +0000 (09:04 -0700)
commit371122fc6eef7cafc8acaf0891fd15cf623388a3
tree979b673c8916a0a7c0a5ae392e2dc29bd7d097ae
parent890b3d0ea620c942718dd29d601a7aaa4362280b
ACPI: Make acpi_skip_timer_override cover all source_irq==0 cases

commit ae10ccdc3093486f8c2369d227583f9d79f628e5 upstream.

Currently when acpi_skip_timer_override is set, it only cover the
(source_irq == 0 && global_irq == 2) cases. While there is also
platform which need use this option and its global_irq is not 2.
This patch will extend acpi_skip_timer_override to cover all
timer overriding cases as long as the source irq is 0.

This is the first part of a fix to kernel bug bugzilla 40002:
"IRQ 0 assigned to VGA"
https://bugzilla.kernel.org/show_bug.cgi?id=40002

Reported-and-tested-by: Szymon Kowalczyk <fazerxlo@o2.pl>
Signed-off-by: Feng Tang <feng.tang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/kernel/acpi/boot.c