From: Alexander van Heukelum Date: Sat, 15 Mar 2008 17:32:36 +0000 (+0100) Subject: bitops: use __fls for fls64 on 64-bit archs X-Git-Tag: v2.6.26-rc1~1037^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d57594c203b1e7b54373080a797f0cbfa4aade68;p=pandora-kernel.git bitops: use __fls for fls64 on 64-bit archs Use __fls for fls64 on 64-bit archs. The implementation for 64-bit archs is moved from x86_64 to asm-generic. Signed-off-by: Alexander van Heukelum Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed