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