commit | 03022a2864f9f87c9d1528867c8d56fc7d1da4fd | [log] [tgz] |
---|---|---|
author | Maxim Kochetkov <fido_max@inbox.ru> | Fri Jul 26 15:07:21 2024 +0300 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Tue Sep 10 10:10:43 2024 +0800 |
tree | 940af483821c3cbb97593abc04328e4fcccf19f1 | |
parent | 4487d63f4761946ee0b723d4040e3e649307fbfc [diff] |
riscv: define find_{first,next}_zero_bit in asm/bitops.h These seem to be missing, and trying to build fastboot cmd without them is causing errors due to these being missing. Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru> Tested-by: E Shattow <lucent@gmail.com Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>