1 #ifndef _ASM_M32R_MMU_H
2 #define _ASM_M32R_MMU_H
4 #include <linux/config.h>
6 #if !defined(CONFIG_MMU)
8 struct vm_list_struct *vmlist;
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 */
21 #endif /* _ASM_M32R_MMU_H */