mm/core, x86/mm/pkeys: Differentiate instruction fetches
[linux-2.6-block.git] / arch / s390 / include / asm / mmu_context.h
index 8906600922ce916add497a7cf659c987d29e7364..fa66b6dfa97a6c896a7235cf1cabdf2e29382dd9 100644 (file)
@@ -131,7 +131,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;