Home
last modified time | relevance | path

Searched refs:CPU_IS_020 (Results 1 – 2 of 2) sorted by relevance

/linux/arch/m68k/include/asm/
H A Dsetup.h219 # define CPU_IS_020 (0) macro
223 # define CPU_IS_020 (m68k_cputype & CPU_68020) macro
228 # define CPU_IS_020 (1) macro
/linux/arch/m68k/kernel/
H A Dsetup_mm.c385 if (CPU_IS_020) { in show_cpuinfo()