27 Mar, 2006

1 commit

  • 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

    Akinobu Mita