From: GuanXuetao Date: Tue, 22 Feb 2011 09:34:47 +0000 (+0800) Subject: unicore32 upgrade to v2.6.38-rc5: add one more paramter for pte_alloc_map call X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4ef2ec63cc5117d099960c49910533e467942e27;p=linux-beck.git unicore32 upgrade to v2.6.38-rc5: add one more paramter for pte_alloc_map call Signed-off-by: Guan Xuetao --- diff --git a/arch/unicore32/mm/pgd.c b/arch/unicore32/mm/pgd.c index 632cef7cd378..08b8d4295e70 100644 --- a/arch/unicore32/mm/pgd.c +++ b/arch/unicore32/mm/pgd.c @@ -54,7 +54,7 @@ pgd_t *get_pgd_slow(struct mm_struct *mm) if (!new_pmd) goto no_pmd; - new_pte = pte_alloc_map(mm, new_pmd, 0); + new_pte = pte_alloc_map(mm, NULL, new_pmd, 0); if (!new_pte) goto no_pte;