]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
MIPS: replace MBIT_ULL() with BIT_ULL()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 24 May 2019 04:51:11 +0000 (13:51 +0900)
committerPaul Burton <paul.burton@mips.com>
Wed, 29 May 2019 20:23:09 +0000 (13:23 -0700)
commit3616862882134690f888501d2cbaca4bfd951242
tree0f4663011f428f6d02d584b93654eb03f08ee975
parentcd6c84d8f0cdc911df435bb075ba22ce3c605b07
MIPS: replace MBIT_ULL() with BIT_ULL()

Commit 8bd9cb51daac ("locking/atomics, asm-generic: Move some macros
from <linux/bitops.h> to a new <linux/bits.h> file") moved BIT_ULL()
into <linux/bits.h>. It only includes <asm/bitsperlong.h>, so there is
no longer "include file recursion hell".

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: linux-mips@vger.kernel.org
Cc: James Hogan <jhogan@kernel.org>
Cc: Huacai Chen <chenhc@lemote.com>
Cc: linux-kernel@vger.kernel.org
Cc: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/cpu.h