summaryrefslogtreecommitdiffstats
path: root/arch/unicore32
diff options
context:
space:
mode:
authorGuanXuetao <gxt@mprc.pku.edu.cn>2011-02-22 17:34:47 +0800
committerGuanXuetao <gxt@mprc.pku.edu.cn>2011-03-17 09:19:18 +0800
commit4ef2ec63cc5117d099960c49910533e467942e27 (patch)
treec3b2a5a68e4b623901621960b82885a966a3b9a3 /arch/unicore32
parent3838b82c0a6806daf820acacf02cd9aefe9df7b8 (diff)
downloadop-kernel-dev-4ef2ec63cc5117d099960c49910533e467942e27.zip
op-kernel-dev-4ef2ec63cc5117d099960c49910533e467942e27.tar.gz
unicore32 upgrade to v2.6.38-rc5: add one more paramter for pte_alloc_map call
Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Diffstat (limited to 'arch/unicore32')
-rw-r--r--arch/unicore32/mm/pgd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/unicore32/mm/pgd.c b/arch/unicore32/mm/pgd.c
index 632cef7..08b8d42 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;
OpenPOWER on IntegriCloud