
20 Jul
2018
20 Jul
'18
2:36 p.m.
On Thu, Jun 28, 2018 at 02:25:52PM -0500, Grygorii Strashko wrote:
Current implementation of find_next_zero_bit() is incompatible with arm64. Hence fix it by using BITS_PER_LONG define instead of constants and use generic ffz() implementation.
Signed-off-by: Grygorii Strashko grygorii.strashko@ti.com
Applied to u-boot/master, thanks!
--
Tom