mm/core, x86/mm/pkeys: Differentiate instruction fetches
[linux-2.6-block.git] / arch / powerpc / include / asm / mmu_context.h
index df9bf3ed025b408a85385a406e335a8c51878a90..4eaab40e3ade3663b13dcd155ed9258d276534a0 100644 (file)
@@ -149,7 +149,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;