aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
Diffstat (limited to 'mm')
-rw-r--r--mm/hugetlb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/hugetlb.c b/mm/hugetlb.c
index 58980676b842..6912bbf33faa 100644
--- a/mm/hugetlb.c
+++ b/mm/hugetlb.c
@@ -498,7 +498,7 @@ static int hugetlb_cow(struct mm_struct *mm, struct vm_area_struct *vma,
498 return VM_FAULT_MINOR; 498 return VM_FAULT_MINOR;
499} 499}
500 500
501int hugetlb_no_page(struct mm_struct *mm, struct vm_area_struct *vma, 501static int hugetlb_no_page(struct mm_struct *mm, struct vm_area_struct *vma,
502 unsigned long address, pte_t *ptep, int write_access) 502 unsigned long address, pte_t *ptep, int write_access)
503{ 503{
504 int ret = VM_FAULT_SIGBUS; 504 int ret = VM_FAULT_SIGBUS;