diff options
Diffstat (limited to 'include/asm-generic/mm_hooks.h')
-rw-r--r-- | include/asm-generic/mm_hooks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-generic/mm_hooks.h b/include/asm-generic/mm_hooks.h index d5c9633bd955..cc5d9a1405df 100644 --- a/include/asm-generic/mm_hooks.h +++ b/include/asm-generic/mm_hooks.h | |||
@@ -27,7 +27,7 @@ static inline void arch_bprm_mm_init(struct mm_struct *mm, | |||
27 | } | 27 | } |
28 | 28 | ||
29 | static inline bool arch_vma_access_permitted(struct vm_area_struct *vma, | 29 | static inline bool arch_vma_access_permitted(struct vm_area_struct *vma, |
30 | bool write, bool foreign) | 30 | bool write, bool execute, bool foreign) |
31 | { | 31 | { |
32 | /* by default, allow everything */ | 32 | /* by default, allow everything */ |
33 | return true; | 33 | return true; |