x86/mpx, mm/core: Fix recursive munmap() corruption
[linux-2.6-microblaze.git] / arch / powerpc / include / asm / mmu_context.h
index 6ee8195..4a6dd3b 100644 (file)
@@ -237,7 +237,6 @@ extern void arch_exit_mmap(struct mm_struct *mm);
 #endif
 
 static inline void arch_unmap(struct mm_struct *mm,
-                             struct vm_area_struct *vma,
                              unsigned long start, unsigned long end)
 {
        if (start <= mm->context.vdso_base && mm->context.vdso_base < end)