From: Borislav Petkov Date: Fri, 27 Apr 2012 13:37:25 +0000 (+0200) Subject: x86, MCE, AMD: Make error_count read only X-Git-Tag: v3.6-rc1~154^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e927361bd403dbf5f6a2668a2a07df1f1b2daff;p=pandora-kernel.git x86, MCE, AMD: Make error_count read only Until now, writing to error count caused the code to reset the thresholding bank to the current thresholding limit and start counting errors from the beginning. This is misleading and unclear, and can be accomplished by writing the old thresholding limit into ->threshold_limit. Make error_count read-only with the functionality to show the current error count. Signed-off-by: Borislav Petkov --- Reading git-diff-tree failed