Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-m68k/
Dsetup.h295 # define MMU_IS_040 (0) macro
298 # define MMU_IS_040 (m68k_mmutype & MMU_68040) macro
302 # define MMU_IS_040 (1) macro
/linux-2.4.37.9/drivers/char/
Dmem.c152 else if (MMU_IS_040 || MMU_IS_060) in pgprot_noncached()