diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2018-06-28 14:25:52 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-07-19 16:31:36 -0400 |
commit | 960a63973b21d540e2d3d7be229429e06280bacd (patch) | |
tree | b8c3a34a9e8ff25aa4a12bc63bfe049c5e412889 /arch/x86/lib/reloc_x86_64_efi.c | |
parent | c95848cdec33f16545d12a025d28edc8edb114dd (diff) |
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: Grygorii Strashko <grygorii.strashko@ti.com>
Diffstat (limited to 'arch/x86/lib/reloc_x86_64_efi.c')
0 files changed, 0 insertions, 0 deletions