From: Andreas Herrmann Date: Mon, 24 Jan 2011 15:05:40 +0000 (+0100) Subject: x86, amd: Normalize compute unit IDs on multi-node processors X-Git-Tag: v2.6.39-rc1~499^2~53^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d518573de63fb119e5e9a3137386544671387681;p=pandora-kernel.git x86, amd: Normalize compute unit IDs on multi-node processors On multi-node CPUs we don't need the socket wide compute unit ID but the node-wide compute unit ID. Thus we need to normalize the value. This is similar to what we do with cpu_core_id. A compute unit is then identified by physical_package_id, node_id, and compute_unit_id. Signed-off-by: Andreas Herrmann LKML-Reference: <1295881543-572552-2-git-send-email-hans.rosenfeld@amd.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed