From patchwork Mon Dec 17 11:18:48 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: data: klog: Remove a duplicate timer BIOS bug check Date: Mon, 17 Dec 2012 01:18:48 -0000 From: Colin King X-Patchwork-Id: 206836 Message-Id: <1355743128-32487-1-git-send-email-colin.king@canonical.com> To: fwts-devel@lists.ubuntu.com From: Colin Ian King Remove a newer duplicate timer BIOS bug check, the older version (much later in the database) has better advice and catches the same bug. Signed-off-by: Colin Ian King Acked-by: Keng-Yu Lin Acked-by: Alex Hung --- data/klog.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/data/klog.json b/data/klog.json index a6a7382..adb0014 100644 --- a/data/klog.json +++ b/data/klog.json @@ -146,14 +146,6 @@ "label": "KlogAcpiMcfgNotin32BitMemorySpace" }, { - "compare_mode": "regex", - "log_level": "LOG_LEVEL_HIGH", - "tag": "FWTS_TAG_BIOS", - "pattern": "MP-BIOS bug.*8254 timer not connected to IO-APIC", - "advice": "The 8254 timer is not connected to an IO-APIC, this is invariably due to a misconfiguration in the BIOS.", - "label": "KlogIoApic8254TimerNotConnected" - }, - { "compare_mode": "string", "log_level": "LOG_LEVEL_HIGH", "tag": "FWTS_TAG_ACPI",