summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include/asm/mmu_context.h
blob: f74f9da07fdc983f0ddbbe2be35e73972a20f546 (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/mmu_context.h>
#endif
OpenPOWER on IntegriCloud