1 #ifndef _ASM_M32R_MMU_H
2 #define _ASM_M32R_MMU_H
4 #if !defined(CONFIG_MMU)
10 #else /* CONFIG_MMU */
12 /* Default "unsigned long" context */
14 typedef unsigned long mm_context_t
;
16 typedef unsigned long mm_context_t
[NR_CPUS
];
19 #endif /* CONFIG_MMU */
21 #endif /* _ASM_M32R_MMU_H */