diff options
| author | Ingo Molnar <mingo@kernel.org> | 2014-12-12 03:09:03 -0500 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2014-12-12 03:09:03 -0500 |
| commit | 3459f0d78ffe27a1b341c22eb158b622eaaea3fc (patch) | |
| tree | 715b0575eec541d0181876ad367ca5480cdcecf3 /include/linux/edac.h | |
| parent | 9fc81d87420d0d3fd62d5e5529972c0ad9eab9cc (diff) | |
| parent | bee2782f30f66898be3f74ad02e4d1f87a969694 (diff) | |
Merge branch 'linus' into perf/urgent, to pick up the upstream merged bits
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/edac.h')
| -rw-r--r-- | include/linux/edac.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/edac.h b/include/linux/edac.h index e1e68da6f35c..da3b72e95db3 100644 --- a/include/linux/edac.h +++ b/include/linux/edac.h | |||
| @@ -194,7 +194,8 @@ static inline char *mc_event_error_type(const unsigned int err_type) | |||
| 194 | * @MEM_DDR3: DDR3 RAM | 194 | * @MEM_DDR3: DDR3 RAM |
| 195 | * @MEM_RDDR3: Registered DDR3 RAM | 195 | * @MEM_RDDR3: Registered DDR3 RAM |
| 196 | * This is a variant of the DDR3 memories. | 196 | * This is a variant of the DDR3 memories. |
| 197 | * @MEM_DDR4: DDR4 RAM | 197 | * @MEM_LRDDR3 Load-Reduced DDR3 memory. |
| 198 | * @MEM_DDR4: Unbuffered DDR4 RAM | ||
| 198 | * @MEM_RDDR4: Registered DDR4 RAM | 199 | * @MEM_RDDR4: Registered DDR4 RAM |
| 199 | * This is a variant of the DDR4 memories. | 200 | * This is a variant of the DDR4 memories. |
| 200 | */ | 201 | */ |
| @@ -216,6 +217,7 @@ enum mem_type { | |||
| 216 | MEM_XDR, | 217 | MEM_XDR, |
| 217 | MEM_DDR3, | 218 | MEM_DDR3, |
| 218 | MEM_RDDR3, | 219 | MEM_RDDR3, |
| 220 | MEM_LRDDR3, | ||
| 219 | MEM_DDR4, | 221 | MEM_DDR4, |
| 220 | MEM_RDDR4, | 222 | MEM_RDDR4, |
| 221 | }; | 223 | }; |
