File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -53,17 +53,6 @@ config M68000
53
53
System-On-Chip devices (eg 68328, 68302, etc). It does not contain
54
54
a paging MMU.
55
55
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
-
67
56
config M68020
68
57
bool "68020 support"
69
58
depends on MMU
Original file line number Diff line number Diff line change @@ -451,7 +451,7 @@ static inline unsigned long ffz(unsigned long word)
451
451
* generic functions for those.
452
452
*/
453
453
#if (defined(__mcfisaaplus__ ) || defined(__mcfisac__ )) && \
454
- !defined(CONFIG_M68000 ) && !defined( CONFIG_MCPU32 )
454
+ !defined(CONFIG_M68000 )
455
455
static inline unsigned long __ffs (unsigned long x )
456
456
{
457
457
__asm__ __volatile__ ("bitrev %0; ff1 %0"
You can’t perform that action at this time.
0 commit comments