Re: [PATCH] MIPS: replace MBIT_ULL() with BIT_ULL()

2019-05-29 Thread Paul Burton
Hello, Masahiro Yamada wrote: > Commit 8bd9cb51daac ("locking/atomics, asm-generic: Move some macros > from to a new file") moved BIT_ULL() > into . It only includes , so there is > no longer "include file recursion hell". > > Signed-off-by: Masahiro Yamada Applied to mips-next. Thanks,

[PATCH] MIPS: replace MBIT_ULL() with BIT_ULL()

2019-05-23 Thread Masahiro Yamada
Commit 8bd9cb51daac ("locking/atomics, asm-generic: Move some macros from to a new file") moved BIT_ULL() into . It only includes , so there is no longer "include file recursion hell". Signed-off-by: Masahiro Yamada --- arch/mips/include/asm/cpu.h | 125 +--- 1