From: Akinobu Mita Date: Sun, 26 Mar 2006 09:39:09 +0000 (-0800) Subject: [PATCH] bitops: generic fls() X-Git-Tag: v2.6.17-rc1~521 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=136abb32d6b4acf196425fb3968ebb368d84280e;p=pandora-kernel.git [PATCH] bitops: generic fls() This patch introduces the C-language equivalent of the function: int fls(int x); In include/asm-generic/bitops/fls.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