tile: use asm-generic/bitops/builtin-*.h
authorAkinobu Mita <akinobu.mita@gmail.com>
Wed, 14 Aug 2013 13:07:30 +0000 (22:07 +0900)
committerChris Metcalf <cmetcalf@tilera.com>
Tue, 3 Sep 2013 18:53:27 +0000 (14:53 -0400)
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]

No differences found