diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-10 12:43:01 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-06-11 13:23:50 -0300 |
commit | 5156a5f4e058b906c1e8c0fe2ab16f30b60dee96 (patch) | |
tree | e78aa6eb13930c127fc03015271c2aafe0d82e03 /drivers/edac | |
parent | 6e84d359b2bea5ce659b3c3e5d3003fb11bd91d5 (diff) | |
download | blackbird-obmc-linux-5156a5f4e058b906c1e8c0fe2ab16f30b60dee96.tar.gz blackbird-obmc-linux-5156a5f4e058b906c1e8c0fe2ab16f30b60dee96.zip |
edac: Increase version to 3.0.0
There were lots of changes introduced to justify renaming it to
3.0.0:
- EDAC core were redesigned to represent all types of
memory controllers;
- EDAC API were redesigned to properly represent the memory
controller hierarchy;
- a tracepoint-based API were added to report memory errors.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/edac')
-rw-r--r-- | drivers/edac/edac_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/edac_module.c b/drivers/edac/edac_module.c index cbba80d3423a..3454798c270e 100644 --- a/drivers/edac/edac_module.c +++ b/drivers/edac/edac_module.c @@ -15,7 +15,7 @@ #include "edac_core.h" #include "edac_module.h" -#define EDAC_VERSION "Ver: 2.1.0" +#define EDAC_VERSION "Ver: 3.0.0" #ifdef CONFIG_EDAC_DEBUG /* Values of 0 to 4 will generate output */ |