From: Borislav Petkov Date: Fri, 27 Apr 2012 10:31:34 +0000 (+0200) Subject: x86, MCE, AMD: Print decimal thresholding values X-Git-Tag: v3.6-rc1~154^2~2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18c20f373b76a64270a991396b06542abaf9f530;p=pandora-kernel.git x86, MCE, AMD: Print decimal thresholding values If one sets the threshold limit, say to 25: $ echo 25 > machinecheck0/threshold_bank4/misc0/threshold_limit and then reads it back again, it gives $ cat machinecheck0/threshold_bank4/misc0/threshold_limit 19 which is actually 0x19 but we don't know that. Make all output decimal. Signed-off-by: Borislav Petkov --- Reading git-diff-tree failed