From: Akinobu Mita Date: Sun, 26 Mar 2006 09:39:10 +0000 (-0800) Subject: [PATCH] bitops: generic fls64() X-Git-Tag: v2.6.17-rc1~520 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dfc383ad587bbead84739a9ff9273df3eda983d;p=pandora-kernel.git [PATCH] bitops: generic fls64() This patch introduces the C-language equivalent of the function: int fls64(__u64 x); In include/asm-generic/bitops/fls64.h This code largely copied from: include/linux/bitops.h Signed-off-by: Akinobu Mita Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed