Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ef2ec63 authored by GuanXuetao's avatar GuanXuetao
Browse files

unicore32 upgrade to v2.6.38-rc5: add one more paramter for pte_alloc_map call



Signed-off-by: default avatarGuan Xuetao <gxt@mprc.pku.edu.cn>
parent 3838b82c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -54,7 +54,7 @@ pgd_t *get_pgd_slow(struct mm_struct *mm)
		if (!new_pmd)
		if (!new_pmd)
			goto no_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)
		if (!new_pte)
			goto no_pte;
			goto no_pte;