commit | 661e2215f8483cc7a77badeab6dcbf6a88cc715c | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@sifive.com> | Fri May 05 09:02:07 2023 +0100 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Thu Jul 06 17:28:08 2023 +0800 |
tree | dcde3313fd571a2ed2132ef1bc9975570d6373e3 | |
parent | 551de2169a49962f9d6c02ee3faa4ccc41f32107 [diff] |
riscv: define test_and_{set,clear}_bit in asm/bitops.h These seem to be missing, and trying to build ubifs without them is causing errors due to these being missing. Signed-off-by: Ben Dooks <ben.dooks@sifive.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>