Skip to content

Commit

Permalink
unicore32 upgrade to v2.6.38-rc5: add one more paramter for pte_alloc…
Browse files Browse the repository at this point in the history
…_map call

Signed-off-by: Guan Xuetao <[email protected]>
  • Loading branch information
gxt committed Mar 17, 2011
1 parent 3838b82 commit 4ef2ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/unicore32/mm/pgd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 4ef2ec6

Please sign in to comment.