[PATCH] data: klog: Remove a duplicate timer BIOS bug check
Colin King
colin.king at canonical.com
Mon Dec 17 11:18:48 UTC 2012
From: Colin Ian King <colin.king at canonical.com>
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 <colin.king at canonical.com>
---
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",
--
1.8.0
More information about the fwts-devel
mailing list