unicore32: mm: Add missing parameter to arch_vma_access_permitted
[deliverable/linux.git] / arch / unicore32 / include / asm / mmu_context.h
index e35632ef23c759a43e4673d222aac430172cdad7..62dfc644c908ab5ffb173b493d5b97b93e8f7ca6 100644 (file)
@@ -98,7 +98,7 @@ static inline void arch_bprm_mm_init(struct mm_struct *mm,
 }
 
 static inline bool arch_vma_access_permitted(struct vm_area_struct *vma,
-               bool write, bool foreign)
+               bool write, bool execute, bool foreign)
 {
        /* by default, allow everything */
        return true;
This page took 0.024596 seconds and 5 git commands to generate.