Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1282867

[PATCH 1/4] EDAC: add DDR4 flag

From Hubert Chrzaniuk <hubert.chrzaniuk@intel.com>
Newsgroups linux.kernel
Subject [PATCH 1/4] EDAC: add DDR4 flag
Date 2015-12-03 10:50 +0100
Message-ID <qByGu-3cm-35@gated-at.bofh.it> (permalink)
References <qByGt-3cm-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Jim Snow <jim.m.snow@intel.com>

Make EDAC aware of DDR4/RDDR4 mem types.

Signed-off-by: Jim Snow <jim.m.snow@intel.com>
[hubert.chrzaniuk@intel.com: patch rebase to 4.4-rc3]
Signed-off-by: Hubert Chrzaniuk <hubert.chrzaniuk@intel.com>
---
 include/linux/edac.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/linux/edac.h b/include/linux/edac.h
index 4fe67b8..da69648 100644
--- a/include/linux/edac.h
+++ b/include/linux/edac.h
@@ -237,8 +237,10 @@ enum mem_type {
 #define MEM_FLAG_FB_DDR2        BIT(MEM_FB_DDR2)
 #define MEM_FLAG_RDDR2          BIT(MEM_RDDR2)
 #define MEM_FLAG_XDR            BIT(MEM_XDR)
-#define MEM_FLAG_DDR3		 BIT(MEM_DDR3)
-#define MEM_FLAG_RDDR3		 BIT(MEM_RDDR3)
+#define MEM_FLAG_DDR3           BIT(MEM_DDR3)
+#define MEM_FLAG_RDDR3          BIT(MEM_RDDR3)
+#define MEM_FLAG_DDR4           BIT(MEM_DDR4)
+#define MEM_FLAG_RDDR4          BIT(MEM_RDDR4)
 
 /**
  * enum edac-type - Error Detection and Correction capabilities and mode
-- 
1.8.3.1

--------------------------------------------------------------------

Intel Technology Poland sp. z o.o.
ul. Slowackiego 173 | 80-298 Gdansk | Sad Rejonowy Gdansk Polnoc | VII Wydzial Gospodarczy Krajowego Rejestru Sadowego - KRS 101882 | NIP 957-07-52-316 | Kapital zakladowy 200.000 PLN.

Ta wiadomosc wraz z zalacznikami jest przeznaczona dla okreslonego adresata i moze zawierac informacje poufne. W razie przypadkowego otrzymania tej wiadomosci, prosimy o powiadomienie nadawcy oraz trwale jej usuniecie; jakiekolwiek
przegladanie lub rozpowszechnianie jest zabronione.
This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). If you are not the intended recipient, please contact the sender and delete all copies; any review or distribution by
others is strictly prohibited.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/4] Xeon PHI Knights Landing support for EDAC module Hubert Chrzaniuk <hubert.chrzaniuk@intel.com> - 2015-12-03 10:50 +0100
  [PATCH 4/4] sb_edac: add Knights Landing (Xeon Phi gen 2) support Hubert Chrzaniuk <hubert.chrzaniuk@intel.com> - 2015-12-03 10:50 +0100
  [PATCH 1/4] EDAC: add DDR4 flag Hubert Chrzaniuk <hubert.chrzaniuk@intel.com> - 2015-12-03 10:50 +0100
    Re: [PATCH 1/4] EDAC: add DDR4 flag Borislav Petkov <bp@alien8.de> - 2015-12-03 11:50 +0100
      RE: [PATCH 1/4] EDAC: add DDR4 flag "Luck, Tony" <tony.luck@intel.com> - 2015-12-03 20:20 +0100
        Re: [PATCH 1/4] EDAC: add DDR4 flag Borislav Petkov <bp@alien8.de> - 2015-12-03 20:50 +0100
          RE: [PATCH 1/4] EDAC: add DDR4 flag "Luck, Tony" <tony.luck@intel.com> - 2015-12-03 23:00 +0100
  [PATCH 3/4] sb_edac: support for duplicate device IDs Hubert Chrzaniuk <hubert.chrzaniuk@intel.com> - 2015-12-03 11:00 +0100
  [PATCH 2/4] sb_edac: virtualize several hard-coded functions Hubert Chrzaniuk <hubert.chrzaniuk@intel.com> - 2015-12-03 11:00 +0100
  Re: [PATCH 0/4] Xeon PHI Knights Landing support for EDAC module Borislav Petkov <bp@alien8.de> - 2015-12-07 12:30 +0100

csiph-web