From: Dave Jiang <[EMAIL PROTECTED]> Adding missing mem types for use in the sysfs presentation file for Memory Controller device objects.
Signed-off-by: Dave Jiang <[EMAIL PROTECTED]> Signed-off-by: Doug Thompson <[EMAIL PROTECTED]> --- edac_mc_sysfs.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) --- Index: linux-mm/drivers/edac/edac_mc_sysfs.c =================================================================== --- linux-mm.orig/drivers/edac/edac_mc_sysfs.c +++ linux-mm/drivers/edac/edac_mc_sysfs.c @@ -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[] = { - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/