Skip to content
Commit 960a6397 authored by Grygorii Strashko's avatar Grygorii Strashko Committed by Tom Rini
Browse files

arm/arm64: bitops: fix find_next_zero_bit to be compat with arm64



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: default avatarGrygorii Strashko <grygorii.strashko@ti.com>
parent c95848cd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment