This is a note to let you know that I've just added the patch titled ACPI: Remove one board specific WARN when ignoring timer overriding
to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: acpi-remove-one-board-specific-warn-when-ignoring-timer-overriding.patch and it can be found in the queue-3.0 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@vger.kernel.org> know about it. >From 7f68b4c2e158019c2ec494b5cfbd9c83b4e5b253 Mon Sep 17 00:00:00 2001 From: Feng Tang <feng.t...@intel.com> Date: Mon, 4 Jun 2012 15:00:05 +0800 Subject: ACPI: Remove one board specific WARN when ignoring timer overriding From: Feng Tang <feng.t...@intel.com> commit 7f68b4c2e158019c2ec494b5cfbd9c83b4e5b253 upstream. Current WARN msg is only for the ati_ixp4x0 board, while this function is used by mulitple platforms. So this one board specific warning is not appropriate any more. Signed-off-by: Feng Tang <feng.t...@intel.com> Signed-off-by: Len Brown <len.br...@intel.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- arch/x86/kernel/acpi/boot.c | 5 ----- 1 file changed, 5 deletions(-) --- a/arch/x86/kernel/acpi/boot.c +++ b/arch/x86/kernel/acpi/boot.c @@ -1333,12 +1333,7 @@ static int __init dmi_disable_acpi(const */ static int __init dmi_ignore_irq0_timer_override(const struct dmi_system_id *d) { - /* - * The ati_ixp4x0_rev() early PCI quirk should have set - * the acpi_skip_timer_override flag already: - */ if (!acpi_skip_timer_override) { - WARN(1, KERN_ERR "ati_ixp4x0 quirk not complete.\n"); pr_notice("%s detected: Ignoring BIOS IRQ0 override\n", d->ident); acpi_skip_timer_override = 1; Patches currently in stable-queue which might be from feng.t...@intel.com are queue-3.0/acpi-add-a-quirk-for-amilo-pro-v2030-to-ignore-the-timer-overriding.patch queue-3.0/acpi-remove-one-board-specific-warn-when-ignoring-timer-overriding.patch queue-3.0/acpi-make-acpi_skip_timer_override-cover-all-source_irq-0-cases.patch -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html