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