OSDN Git Service

lib/gcd: Remove use of CPU_NO_EFFICIENT_FFS macro
authorPaul Burton <paul.burton@mips.com>
Thu, 8 Nov 2018 23:44:56 +0000 (23:44 +0000)
committerPaul Burton <paul.burton@mips.com>
Mon, 12 Nov 2018 22:26:21 +0000 (14:26 -0800)
commitd0894409d1711271cf5060e8ffe9e56359544d19
tree00e5e4a437d97d04a93fedf5ece927bcdaf69eec
parent57eeacede4db235891ddc37544262413f909763e
lib/gcd: Remove use of CPU_NO_EFFICIENT_FFS macro

The CPU_NO_EFFICIENT_FFS pre-processor macro is no longer used, with all
architectures toggling the equivalent Kconfig symbol
CONFIG_CPU_NO_EFFICIENT_FFS instead. Remove our check for the unused
macro.

Signed-off-by: Paul Burton <paul.burton@mips.com>
Patchwork: https://patchwork.linux-mips.org/patch/21046/
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Zhaoxiu Zeng <zhaoxiu.zeng@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
lib/gcd.c