From: Mauro Carvalho Chehab Date: Thu, 3 Sep 2009 02:52:36 +0000 (-0300) Subject: i7core: Use registered memories per processor X-Git-Tag: v2.6.35-rc2~10^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14d2c08343eecd13f6c6ec232c98b16762b97924;p=pandora-kernel.git 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 --- --- Reading git-diff-tree failed