x86, mpx: Cleanup unused bound tables
[deliverable/linux.git] / arch / x86 / include / asm / mmu_context.h
index 0b0ba91ff1efc5156498c1d268cd202630a97291..00d4575d54090939bc8570b6e3213c899a5f42b2 100644 (file)
@@ -109,4 +109,10 @@ static inline void arch_bprm_mm_init(struct mm_struct *mm,
        mpx_mm_init(mm);
 }
 
+static inline void arch_unmap(struct mm_struct *mm, struct vm_area_struct *vma,
+                             unsigned long start, unsigned long end)
+{
+       mpx_notify_unmap(mm, vma, start, end);
+}
+
 #endif /* _ASM_X86_MMU_CONTEXT_H */
This page took 0.029241 seconds and 5 git commands to generate.