git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
019f34f
)
x86, MCE, AMD: Print decimal thresholding values
author
Borislav Petkov
<borislav.petkov@amd.com>
Fri, 27 Apr 2012 10:31:34 +0000
(12:31 +0200)
committer
Borislav Petkov
<borislav.petkov@amd.com>
Thu, 7 Jun 2012 10:43:45 +0000
(12:43 +0200)
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 <borislav.petkov@amd.com>
No differences found