commit | ad168d6a787e49e887588228ca81c02820c7f51b | [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 | 0cd077dea6237f9edb409187c669ab3cff40d8c5 [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>