diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2021-10-04 09:02:31 +0200 |
---|---|---|
committer | Greg Ungerer <gerg@linux-m68k.org> | 2021-10-26 08:46:27 +1000 |
commit | 6dbe88e93c351a6cf5b7c70850d7a1a7f67d83ab (patch) | |
tree | f68ca0b28a99c26c4af0edeec8783423df6afaa4 /arch/m68k/include | |
parent | 1aaa557b2db95c9506ed0981bc34505c32d6b62b (diff) |
m68knommu: Remove MCPU32 config symbol
As of commit a3595962d82495f5 ("m68knommu: remove obsolete 68360
support"), nothing selects MCPU32 anymore.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Diffstat (limited to 'arch/m68k/include')
-rw-r--r-- | arch/m68k/include/asm/bitops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/bitops.h b/arch/m68k/include/asm/bitops.h index 7b414099e5fc..7b93e1fd8ffa 100644 --- a/arch/m68k/include/asm/bitops.h +++ b/arch/m68k/include/asm/bitops.h @@ -451,7 +451,7 @@ static inline unsigned long ffz(unsigned long word) * generic functions for those. */ #if (defined(__mcfisaaplus__) || defined(__mcfisac__)) && \ - !defined(CONFIG_M68000) && !defined(CONFIG_MCPU32) + !defined(CONFIG_M68000) static inline unsigned long __ffs(unsigned long x) { __asm__ __volatile__ ("bitrev %0; ff1 %0" |