From: Chen Yucong Date: Thu, 2 Oct 2014 12:48:19 +0000 (+0200) Subject: x86, MCE, AMD: Correct thresholding error logging X-Git-Tag: omap-for-v3.19/fixes-rc1~153^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44612a3ac671d7b9a9b987ab73dcc776204ac4d5;p=pandora-kernel.git x86, MCE, AMD: Correct thresholding error logging mce_setup() does not gather the content of IA32_MCG_STATUS, so it should be read explicitly. Moreover, we need to clear IA32_MCx_STATUS to avoid that mce_log() logs the processed threshold event again at next time. But we do the logging ourselves and machine_check_poll() is completely useless there. So kill it. Signed-off-by: Chen Yucong Signed-off-by: Borislav Petkov --- Reading git-diff-tree failed