7 lines
141 B
C
Raw Normal View History

2021-05-27 00:09:36 +05:00
/* SPDX-License-Identifier: GPL-2.0 */
2021-09-23 21:59:15 +05:00
#ifdef CONFIG_MMU
2021-05-27 00:09:36 +05:00
# include <asm/mmu_context_mm.h>
2021-09-23 21:59:15 +05:00
#else
# include <asm-generic/mmu_context.h>
#endif