diff options
Diffstat (limited to 'arch/xtensa/include/asm/nommu_context.h')
-rw-r--r-- | arch/xtensa/include/asm/nommu_context.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/xtensa/include/asm/nommu_context.h b/arch/xtensa/include/asm/nommu_context.h new file mode 100644 index 000000000..7c9d1918d --- /dev/null +++ b/arch/xtensa/include/asm/nommu_context.h @@ -0,0 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +static inline void init_mmu(void) +{ +} + +static inline void init_kio(void) +{ +} + +#include <asm-generic/nommu_context.h> |