commit | 14d2c08343eecd13f6c6ec232c98b16762b97924 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Sep 02 23:52:36 2009 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon May 10 11:44:57 2010 -0300 |
tree | fa78da74556c7b945814c52643aa64559c0b209a | |
parent | b4e8f0b6eaa1e99f1a64e539466a8ee2fb521d62 [diff] |
i7core: Use registered memories per processor Instead of assuming that the entire machine has either registered or unregistered memories, do it at CPU socket based. While here, fix a bug at i7core_mce_output_error(), where the we're using m->cpu directly as if it would represent a socket. Instead, the proper socket_id is given by cpu_data[m->cpu].phys_proc_id. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> ---