mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
drivers/edac: mc sysfs add missing mem types
Adding missing mem types for use in the sysfs presentation file for Memory Controller device objects. Signed-off-by: Dave Jiang <djiang@mvista.com> Signed-off-by: Doug Thompson <dougthompson@xmission.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
e27e3dac65
commit
1a9b85e6b3
@ -67,7 +67,10 @@ static const char *mem_types[] = {
|
||||
[MEM_RDR] = "Registered-SDR",
|
||||
[MEM_DDR] = "Unbuffered-DDR",
|
||||
[MEM_RDDR] = "Registered-DDR",
|
||||
[MEM_RMBS] = "RMBS"
|
||||
[MEM_RMBS] = "RMBS",
|
||||
[MEM_DDR2] = "Unbuffered-DDR2",
|
||||
[MEM_FB_DDR2] = "FullyBuffered-DDR2",
|
||||
[MEM_RDDR2] = "Registered-DDR2"
|
||||
};
|
||||
|
||||
static const char *dev_types[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user