• Akinobu Mita's avatar
    tile: use asm-generic/bitops/builtin-*.h · d6a0aa31
    Akinobu Mita authored
    The definisions of __ffs(), __fls(), and ffs() for tile are almost same
    as asm-generic/bitops-*.h.  The only difference is that it is defined
    as __always_inline or inline.  So this switches to use those headers.
    Signed-off-by: default avatarAkinobu Mita <akinobu.mita@gmail.com>
    Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> [moved #includes to end]
    d6a0aa31
bitops.h 2.34 KB