Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-m68k/
Dsetup.h263 # define MMU_IS_851 (0) macro
267 # define MMU_IS_851 (m68k_cputype & MMU_68851) macro
274 # define MMU_IS_851 (0) macro
277 # define MMU_IS_851 (1) macro
/linux-2.4.37.9/drivers/char/
Dmem.c149 if (MMU_IS_851 || MMU_IS_030) in pgprot_noncached()