projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec6df24
)
i7core: add socket info at the debug msg
author
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sat, 18 Jul 2009 15:20:04 +0000
(12:20 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 10 May 2010 14:44:53 +0000
(11:44 -0300)
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/edac/i7core_edac.c
patch
|
blob
|
history
diff --git
a/drivers/edac/i7core_edac.c
b/drivers/edac/i7core_edac.c
index bf0374062e3d5346d6aff941d0718116ae643a86..5695413c2879cb3a2c81699f7ee110f8f8dc1a83 100644
(file)
--- a/
drivers/edac/i7core_edac.c
+++ b/
drivers/edac/i7core_edac.c
@@
-1467,9
+1467,9
@@
static void i7core_mce_output_error(struct mem_ctl_info *mci,
/* FIXME: should convert addr into bank and rank information */
msg = kasprintf(GFP_ATOMIC,
- "%s (addr = 0x%08llx, Dimm=%d, Channel=%d, "
+ "%s (addr = 0x%08llx,
socket=%d,
Dimm=%d, Channel=%d, "
"syndrome=0x%08x, count=%d, Err=%08llx:%08llx (%s: %s))\n",
- type, (long long) m->addr, dimm, channel,
+ type, (long long) m->addr,
m->cpu,
dimm, channel,
syndrome, core_err_cnt, (long long)m->status,
(long long)m->misc, optype, err);