The patch titled drivers/edac: add RDDR2 memory types has been removed from the -mm tree. Its filename was drivers-edac-add-rddr2-memory-types.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: drivers/edac: add RDDR2 memory types From: Douglas Thompson <dougthompson@xxxxxxxxxxxx> Add Registered RDDR2 memory types for displaying DDR2 memories Signed-off-by: Douglas Thompson <dougthompson@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/edac/edac_mc.h | 2 ++ 1 file changed, 2 insertions(+) diff -puN drivers/edac/edac_mc.h~drivers-edac-add-rddr2-memory-types drivers/edac/edac_mc.h --- a/drivers/edac/edac_mc.h~drivers-edac-add-rddr2-memory-types +++ a/drivers/edac/edac_mc.h @@ -126,6 +126,7 @@ enum mem_type { MEM_RMBS, /* Rambus DRAM */ MEM_DDR2, /* DDR2 RAM */ MEM_FB_DDR2, /* fully buffered DDR2 */ + MEM_RDDR2, /* Registered DDR2 RAM */ }; #define MEM_FLAG_EMPTY BIT(MEM_EMPTY) @@ -141,6 +142,7 @@ enum mem_type { #define MEM_FLAG_RMBS BIT(MEM_RMBS) #define MEM_FLAG_DDR2 BIT(MEM_DDR2) #define MEM_FLAG_FB_DDR2 BIT(MEM_FB_DDR2) +#define MEM_FLAG_RDDR2 BIT(MEM_RDDR2) /* chipset Error Detection and Correction capabilities and mode */ enum edac_type { _ Patches currently in -mm which might be from dougthompson@xxxxxxxxxxxx are origin.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html