From: Huang Ying Date: Tue, 12 Jun 2012 03:20:19 +0000 (+0800) Subject: ACPI, APEI, Avoid too much error reporting in runtime X-Git-Tag: v3.5-rc5~4^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34ddeb035d704eafdcdb3cbc781894300136c3c4;p=pandora-kernel.git ACPI, APEI, Avoid too much error reporting in runtime This patch fixed the following bug. https://bugzilla.kernel.org/show_bug.cgi?id=43282 This is caused by a firmware bug checking (checking generic address register provided by firmware) in runtime. The checking should be done in address mapping time instead of runtime to avoid too much error reporting in runtime. Reported-by: Pawel Sikora Signed-off-by: Huang Ying Tested-by: Jean Delvare Cc: stable@vger.kernel.org Signed-off-by: Len Brown --- Reading git-diff-tree failed