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:
921a689
)
EDAC: Fix csrow size reported in sysfs
author
Borislav Petkov
<borislav.petkov@amd.com>
Thu, 13 Sep 2012 16:53:58 +0000
(18:53 +0200)
committer
Borislav Petkov
<bp@alien8.de>
Wed, 28 Nov 2012 10:54:40 +0000
(11:54 +0100)
On csrow-based memory controllers, we combine the csrow size from both
channels and there's no need to do that again in csrow_size_show which
leads to double the size of a csrow.
Fix it.
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
No differences found