commit | 239642fe19adc19ba0a69e96f3b1904dfd6a3b9f | [log] [tgz] |
---|---|---|
author | Borislav Petkov <borislav.petkov@amd.com> | Thu Nov 12 15:33:16 2009 +0100 |
committer | Borislav Petkov <borislav.petkov@amd.com> | Mon Dec 07 19:14:31 2009 +0100 |
tree | 76ea52d36740bb726746e0a3f49c3f9ac4fd78e8 | |
parent | cec7924f568eddcccdbfd814b136554b1b8dc624 [diff] |
edac: add memory types strings for debugging Instead of using deeply-nested conditionals for dumping the DIMM type in debug mode, add a strings array of the supported DIMM types. This is useful in cases where an edac driver supports multiple DRAM types and is only defined in debug builds. Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>