commit | 176d8b0c2709e764d491e63a0c1b3a3e1459fcf8 | [log] [tgz] |
---|---|---|
author | Akinobu Mita <mita@miraclelinux.com> | Sun Mar 26 01:39:08 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Mar 26 08:57:10 2006 -0800 |
tree | fd45cfce91c9fc75b4383fe0b62f77febf875c6c | |
parent | c1226a005ec400e966f4993dfcc0e99fd7baa6a1 [diff] |
[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 <mita@miraclelinux.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>