summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/mmu_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-generic/mmu_context.h')
-rw-r--r--include/asm-generic/mmu_context.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-generic/mmu_context.h b/include/asm-generic/mmu_context.h
index a7eec91..1f2a8f9 100644
--- a/include/asm-generic/mmu_context.h
+++ b/include/asm-generic/mmu_context.h
@@ -42,4 +42,9 @@ static inline void activate_mm(struct mm_struct *prev_mm,
{
}
+static inline void arch_bprm_mm_init(struct mm_struct *mm,
+ struct vm_area_struct *vma)
+{
+}
+
#endif /* __ASM_GENERIC_MMU_CONTEXT_H */
OpenPOWER on IntegriCloud