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