Skip to content
Commit 44fd81fe authored by Akinobu Mita's avatar Akinobu Mita Committed by Tony Luck
Browse files

[IA64] Use asm-generic/bitops/builtin-ffs.h



The definition of ffs() for ia64 is almost the same as
asm-generic/bitops/builtin-ffs.h.  The only difference is whether it is
defined as inline function or macro function.  So this switches to use
the header (both to reduce amount of arch specific code, and because
inline functions provide type-checking that macros do not).

Signed-off-by: default avatarAkinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent ab10596f
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