1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_M32R_MMU_H
3 #define _ASM_M32R_MMU_H
5 #if !defined(CONFIG_MMU)
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 */