commit | d6a0aa314c06743b702931cb468f400b7615c5c9 | [log] [tgz] |
---|---|---|
author | Akinobu Mita <akinobu.mita@gmail.com> | Wed Aug 14 22:07:30 2013 +0900 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Tue Sep 03 14:53:27 2013 -0400 |
tree | ca6d0ad79d99ab5ad4bbe2b5e85e512acd13cb88 | |
parent | f6f380dff682749373d5a654a76e9bc8467010c5 [diff] |
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: Akinobu Mita <akinobu.mita@gmail.com> Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> [moved #includes to end]