aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/hugetlbpage.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/mm/hugetlbpage.c')
-rw-r--r--arch/mips/mm/hugetlbpage.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/mm/hugetlbpage.c b/arch/mips/mm/hugetlbpage.c
index 74aa6f62468f..cef152234312 100644
--- a/arch/mips/mm/hugetlbpage.c
+++ b/arch/mips/mm/hugetlbpage.c
@@ -36,7 +36,8 @@ pte_t *huge_pte_alloc(struct mm_struct *mm, unsigned long addr,
return pte;
}
-pte_t *huge_pte_offset(struct mm_struct *mm, unsigned long addr)
+pte_t *huge_pte_offset(struct mm_struct *mm, unsigned long addr,
+ unsigned long sz)
{
pgd_t *pgd;
pud_t *pud;