x86, mpx: Cleanup unused bound tables
[deliverable/linux.git] / include / asm-generic / mmu_context.h
index 1f2a8f9c9264574737334f3db81092cd13e6beaf..aa2d8ba35b202b1bcbea108bfbe450d4368bef4e 100644 (file)
@@ -47,4 +47,10 @@ static inline void arch_bprm_mm_init(struct mm_struct *mm,
 {
 }
 
+static inline void arch_unmap(struct mm_struct *mm,
+                       struct vm_area_struct *vma,
+                       unsigned long start, unsigned long end)
+{
+}
+
 #endif /* __ASM_GENERIC_MMU_CONTEXT_H */
This page took 0.034825 seconds and 5 git commands to generate.