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