commit | d16149e8c378ab7011e600980af51d2477aa5307 | [log] [tgz] |
---|---|---|
author | Borislav Petkov <borislav.petkov@amd.com> | Fri Oct 16 19:55:49 2009 +0200 |
committer | Borislav Petkov <borislav.petkov@amd.com> | Mon Dec 07 19:14:29 2009 +0100 |
tree | e2b28d69271d0c5afc11398ec5e97787b98ecc70 | |
parent | 8566c4df1690f3862ae338a4c533f4bb5a863f9a [diff] |
amd64_edac: cleanup f10_early_channel_count Do not read DCLR[01] again since this is done in amd64_read_mc_registers() earlier. There can be more than two physical DIMMs present so clamp the channels value to max 2. Also, do not report DCT data width - it is also done earlier. Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>