1 #ifndef _ASM_M32R_MMU_H
2 #define _ASM_M32R_MMU_H
4 #if !defined(CONFIG_MMU)
7 struct vm_list_struct *vmlist;
11 #else /* CONFIG_MMU */
13 /* Default "unsigned long" context */
15 typedef unsigned long mm_context_t;
17 typedef unsigned long mm_context_t[NR_CPUS];
20 #endif /* CONFIG_MMU */
22 #endif /* _ASM_M32R_MMU_H */