summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.24/0092-ACPI-Remove-one-board-specific-WARN-when-ignoring-ti.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.24/0092-ACPI-Remove-one-board-specific-WARN-when-ignoring-ti.patch')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.24/0092-ACPI-Remove-one-board-specific-WARN-when-ignoring-ti.patch42
1 files changed, 42 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.24/0092-ACPI-Remove-one-board-specific-WARN-when-ignoring-ti.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.24/0092-ACPI-Remove-one-board-specific-WARN-when-ignoring-ti.patch
new file mode 100644
index 00000000..b7b8f11b
--- /dev/null
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.24/0092-ACPI-Remove-one-board-specific-WARN-when-ignoring-ti.patch
@@ -0,0 +1,42 @@
1From b9c36e346bdb1c7bd2edd7489561f94155195e6e Mon Sep 17 00:00:00 2001
2From: Feng Tang <feng.tang@intel.com>
3Date: Mon, 4 Jun 2012 15:00:05 +0800
4Subject: [PATCH 092/109] ACPI: Remove one board specific WARN when ignoring
5 timer overriding
6
7commit 5752cdb805ff89942d99d12118e2844e7db34df8 upstream.
8
9commit 7f68b4c2e158019c2ec494b5cfbd9c83b4e5b253 upstream.
10
11Current WARN msg is only for the ati_ixp4x0 board, while this function
12is used by mulitple platforms. So this one board specific warning
13is not appropriate any more.
14
15Signed-off-by: Feng Tang <feng.tang@intel.com>
16Signed-off-by: Len Brown <len.brown@intel.com>
17Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
18Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
19---
20 arch/x86/kernel/acpi/boot.c | 5 -----
21 1 files changed, 0 insertions(+), 5 deletions(-)
22
23diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c
24index a94dc95..882960e 100644
25--- a/arch/x86/kernel/acpi/boot.c
26+++ b/arch/x86/kernel/acpi/boot.c
27@@ -1333,12 +1333,7 @@ static int __init dmi_disable_acpi(const struct dmi_system_id *d)
28 */
29 static int __init dmi_ignore_irq0_timer_override(const struct dmi_system_id *d)
30 {
31- /*
32- * The ati_ixp4x0_rev() early PCI quirk should have set
33- * the acpi_skip_timer_override flag already:
34- */
35 if (!acpi_skip_timer_override) {
36- WARN(1, KERN_ERR "ati_ixp4x0 quirk not complete.\n");
37 pr_notice("%s detected: Ignoring BIOS IRQ0 override\n",
38 d->ident);
39 acpi_skip_timer_override = 1;
40--
411.7.7.6
42