summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include/asm/mmu_context.h
blob: 34004efb3defa19bed81398de519b948c28b1980 (plain)
1
2
3
4
5
6
/* SPDX-License-Identifier: GPL-2.0 */
#ifdef CONFIG_MMU
# include <asm/mmu_context_mm.h>
#else
# include <asm-generic/nommu_context.h>
#endif