diff options
Diffstat (limited to 'mm/mprotect.c')
-rw-r--r-- | mm/mprotect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/mprotect.c b/mm/mprotect.c index 3b8f3c0c63f3..e8346c30abec 100644 --- a/mm/mprotect.c +++ b/mm/mprotect.c | |||
@@ -128,7 +128,7 @@ static void change_protection(struct vm_area_struct *vma, | |||
128 | flush_tlb_range(vma, start, end); | 128 | flush_tlb_range(vma, start, end); |
129 | } | 129 | } |
130 | 130 | ||
131 | static int | 131 | int |
132 | mprotect_fixup(struct vm_area_struct *vma, struct vm_area_struct **pprev, | 132 | mprotect_fixup(struct vm_area_struct *vma, struct vm_area_struct **pprev, |
133 | unsigned long start, unsigned long end, unsigned long newflags) | 133 | unsigned long start, unsigned long end, unsigned long newflags) |
134 | { | 134 | { |