]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: Remove CONFIG_ARCH_HAS_ILOG2_U{32,64}
authorPaul Burton <paul.burton@imgtec.com>
Thu, 30 Mar 2017 20:51:59 +0000 (13:51 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 12 Apr 2017 19:37:43 +0000 (21:37 +0200)
commitca452b95e3be1cbd86ee60165de640d27ddca8b7
treeeb5421ac1fa48ed630c557f5230206b0652f2ffc
parentf110cc4f9b2b456501c839d02412544c9656c2cc
MIPS: Remove CONFIG_ARCH_HAS_ILOG2_U{32,64}

We declare CONFIG_ARCH_HAS_ILOG2_U32 & CONFIG_ARCH_HAS_ILOG2_U64 in
Kconfig, but they are always false since nothing ever selects them. The
generic fls-based implementation is efficient for MIPS anyway. Remove
the redundant Kconfig entries.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: trivial@kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/15840/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig