Skip to content
Commit d6a0aa31 authored by Akinobu Mita's avatar Akinobu Mita Committed by Chris Metcalf
Browse files

tile: use asm-generic/bitops/builtin-*.h



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]
parent f6f380df
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment