diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2014-09-22 03:31:48 +0200 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2014-10-21 11:28:44 +0200 |
commit | c9d09bbec45fdeb26eed4cec6394bc6fae01ec0d (patch) | |
tree | af8a277155df468549f8dae9f65ddf0d4d5d8810 /arch/xtensa/include/asm/nommu_context.h | |
parent | xtensa: xtfpga: add lx200 SMP DTS and defconfig (diff) | |
download | linux-c9d09bbec45fdeb26eed4cec6394bc6fae01ec0d.tar.xz linux-c9d09bbec45fdeb26eed4cec6394bc6fae01ec0d.zip |
xtensa: nommu: move init_mmu stub to nommu_context.h
mmu_context.h is not used in nommu configuration, nommu_context.h is
used instead.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/include/asm/nommu_context.h')
-rw-r--r-- | arch/xtensa/include/asm/nommu_context.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/xtensa/include/asm/nommu_context.h b/arch/xtensa/include/asm/nommu_context.h index 3407cf7989b7..22984fd1d846 100644 --- a/arch/xtensa/include/asm/nommu_context.h +++ b/arch/xtensa/include/asm/nommu_context.h @@ -1,3 +1,7 @@ +static inline void init_mmu(void) +{ +} + static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) { } |