Re: [PATCH 3/3] riscv: define test_and_{set,clear}_bit in asm/bitops.h

2023-06-12 Thread Leo Liang
On Fri, May 05, 2023 at 09:02:07AM +0100, Ben Dooks wrote: > 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 > --- > arch/riscv/include/asm/bitops.h | 3 +++ > 1 file changed, 3 insertions(+)

[PATCH 3/3] riscv: define test_and_{set,clear}_bit in asm/bitops.h

2023-05-05 Thread Ben Dooks
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 --- arch/riscv/include/asm/bitops.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/riscv/include/asm/bitops.h b/arch/riscv/include/asm/bitops.h