commit | 66216a7a15e75d517dddd0ac6514924b15071e4c | [log] [tgz] |
---|---|---|
author | Borislav Petkov <borislav.petkov@amd.com> | Tue Sep 22 16:48:37 2009 +0200 |
committer | Borislav Petkov <borislav.petkov@amd.com> | Wed Oct 07 16:51:15 2009 +0200 |
tree | 69247ab8326bbe69f4b6e875e2add0f884d386cc | |
parent | 9d858bb10a9907bbbaffbb4a80a31718d548868c [diff] |
amd64_edac: fix DRAM base and limit extraction On Fam10h and above, F1x[1, 0][7C:40] are DRAM Base/Limit registers which specify the destination node of a DRAM address. Those address boundaries are being extracted into ->dram_base[] and ->dram_limit[]. Correct the extraction masks to match the respective address bits. Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>