Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
xcap-capability-linux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xcap
xcap-capability-linux
Commits
4ef2ec63
Commit
4ef2ec63
authored
Feb 22, 2011
by
GuanXuetao
Browse files
Options
Downloads
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
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/unicore32/mm/pgd.c
+1
-1
1 addition, 1 deletion
arch/unicore32/mm/pgd.c
with
1 addition
and
1 deletion
arch/unicore32/mm/pgd.c
+
1
−
1
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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment