From: Jan Beulich Date: Mon, 10 Sep 2012 11:04:16 +0000 (+0100) Subject: x86/64: Adjust types of temporaries used by ffs()/fls()/fls64() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~92^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1edfbb4153bd29bcf8d2236676238d5237972be1;p=pandora-kernel.git x86/64: Adjust types of temporaries used by ffs()/fls()/fls64() The 64-bit special cases of the former two (the thrird one is 64-bit only anyway) don't need to use "long" temporaries, as the result will always fit in a 32-bit variable, and the functions return plain "int". This avoids a few REX prefixes, i.e. minimally reduces code size. Signed-off-by: Jan Beulich Cc: Linus Torvalds Link: http://lkml.kernel.org/r/504DE550020000780009A258@nat28.tlf.novell.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed