From: Jan Beulich Date: Wed, 30 Jan 2008 12:31:21 +0000 (+0100) Subject: x86-64: make pda's cpunumber and nodenumber unsigned X-Git-Tag: v2.6.25-rc1~1143^2~565 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d88879b2d0225da3ba460bbdb8361bb049653671;p=pandora-kernel.git x86-64: make pda's cpunumber and nodenumber unsigned This generally allows better code to be generated, since the zero- extension during 32-bit operations comes for free (needed when the result is used as array index or similar), whereas sign extension must be done explicitly and frequently requires a one byte larger instruction due to the necessary rex64 prefix. Signed-off-by: Jan Beulich Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed