diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-07-18 11:20:04 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-10 10:44:53 -0400 |
commit | 3a7dde7fcd0dd50df33e0e7070d4947551d767fc (patch) | |
tree | 293174522fd0a13e9e2437791c1b622207e482a2 /drivers/edac | |
parent | ec6df24c15822e671801eeeb53758e14f3b28381 (diff) |
i7core: add socket info at the debug msg
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/edac')
-rw-r--r-- | drivers/edac/i7core_edac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/edac/i7core_edac.c b/drivers/edac/i7core_edac.c index bf0374062e3d..5695413c2879 100644 --- 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, | |||
1467 | 1467 | ||
1468 | /* FIXME: should convert addr into bank and rank information */ | 1468 | /* FIXME: should convert addr into bank and rank information */ |
1469 | msg = kasprintf(GFP_ATOMIC, | 1469 | msg = kasprintf(GFP_ATOMIC, |
1470 | "%s (addr = 0x%08llx, Dimm=%d, Channel=%d, " | 1470 | "%s (addr = 0x%08llx, socket=%d, Dimm=%d, Channel=%d, " |
1471 | "syndrome=0x%08x, count=%d, Err=%08llx:%08llx (%s: %s))\n", | 1471 | "syndrome=0x%08x, count=%d, Err=%08llx:%08llx (%s: %s))\n", |
1472 | type, (long long) m->addr, dimm, channel, | 1472 | type, (long long) m->addr, m->cpu, dimm, channel, |
1473 | syndrome, core_err_cnt, (long long)m->status, | 1473 | syndrome, core_err_cnt, (long long)m->status, |
1474 | (long long)m->misc, optype, err); | 1474 | (long long)m->misc, optype, err); |
1475 | 1475 | ||