Skip to content

Commit 6dbe88e

Browse files
geertuGreg Ungerer
authored andcommitted
m68knommu: Remove MCPU32 config symbol
As of commit a359596 ("m68knommu: remove obsolete 68360 support"), nothing selects MCPU32 anymore. Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Greg Ungerer <[email protected]>
1 parent 1aaa557 commit 6dbe88e

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

arch/m68k/Kconfig.cpu

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,6 @@ config M68000
5353
System-On-Chip devices (eg 68328, 68302, etc). It does not contain
5454
a paging MMU.
5555

56-
config MCPU32
57-
bool
58-
select CPU_HAS_NO_BITFIELDS
59-
select CPU_HAS_NO_CAS
60-
select CPU_HAS_NO_UNALIGNED
61-
select CPU_NO_EFFICIENT_FFS
62-
help
63-
The Freescale (was then Motorola) CPU32 is a CPU core that is
64-
based on the 68020 processor. For the most part it is used in
65-
System-On-Chip parts, and does not contain a paging MMU.
66-
6756
config M68020
6857
bool "68020 support"
6958
depends on MMU

arch/m68k/include/asm/bitops.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ static inline unsigned long ffz(unsigned long word)
451451
* generic functions for those.
452452
*/
453453
#if (defined(__mcfisaaplus__) || defined(__mcfisac__)) && \
454-
!defined(CONFIG_M68000) && !defined(CONFIG_MCPU32)
454+
!defined(CONFIG_M68000)
455455
static inline unsigned long __ffs(unsigned long x)
456456
{
457457
__asm__ __volatile__ ("bitrev %0; ff1 %0"

0 commit comments

Comments
 (0)