Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
4ef2ec63
Commit
4ef2ec63
authored
Feb 22, 2011
by
GuanXuetao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
>
parent
3838b82c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
arch/unicore32/mm/pgd.c
arch/unicore32/mm/pgd.c
+1
-1
No files found.
arch/unicore32/mm/pgd.c
View file @
4ef2ec63
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment