mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
drivers/edac: add RDDR2 memory types
Add Registered RDDR2 memory types for displaying DDR2 memories Signed-off-by: Douglas 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
2da1c119fd
commit
d56933e018
@ -126,6 +126,7 @@ enum mem_type {
|
|||||||
MEM_RMBS, /* Rambus DRAM */
|
MEM_RMBS, /* Rambus DRAM */
|
||||||
MEM_DDR2, /* DDR2 RAM */
|
MEM_DDR2, /* DDR2 RAM */
|
||||||
MEM_FB_DDR2, /* fully buffered DDR2 */
|
MEM_FB_DDR2, /* fully buffered DDR2 */
|
||||||
|
MEM_RDDR2, /* Registered DDR2 RAM */
|
||||||
};
|
};
|
||||||
|
|
||||||
#define MEM_FLAG_EMPTY BIT(MEM_EMPTY)
|
#define MEM_FLAG_EMPTY BIT(MEM_EMPTY)
|
||||||
@ -141,6 +142,7 @@ enum mem_type {
|
|||||||
#define MEM_FLAG_RMBS BIT(MEM_RMBS)
|
#define MEM_FLAG_RMBS BIT(MEM_RMBS)
|
||||||
#define MEM_FLAG_DDR2 BIT(MEM_DDR2)
|
#define MEM_FLAG_DDR2 BIT(MEM_DDR2)
|
||||||
#define MEM_FLAG_FB_DDR2 BIT(MEM_FB_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 */
|
/* chipset Error Detection and Correction capabilities and mode */
|
||||||
enum edac_type {
|
enum edac_type {
|
||||||
|
Loading…
Reference in New Issue
Block a user