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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xcap
xcap-capability-linux
Commits
9acb98fb
Commit
9acb98fb
authored
17 years ago
by
Paul Mundt
Browse files
Options
Downloads
Patches
Plain Diff
sh: Stub in page_table_range_init() on nommu.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
d7ef4fb3
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
arch/sh/mm/tlb-nommu.c
+6
-0
6 additions, 0 deletions
arch/sh/mm/tlb-nommu.c
include/asm-sh/pgtable.h
+2
-0
2 additions, 0 deletions
include/asm-sh/pgtable.h
with
8 additions
and
0 deletions
arch/sh/mm/tlb-nommu.c
+
6
−
0
View file @
9acb98fb
...
...
@@ -9,6 +9,7 @@
*/
#include
<linux/kernel.h>
#include
<linux/mm.h>
#include
<asm/pgtable.h>
/*
* Nothing too terribly exciting here ..
...
...
@@ -49,3 +50,8 @@ void update_mmu_cache(struct vm_area_struct * vma,
{
BUG
();
}
void
__init
page_table_range_init
(
unsigned
long
start
,
unsigned
long
end
,
pgd_t
*
pgd_base
)
{
}
This diff is collapsed.
Click to expand it.
include/asm-sh/pgtable.h
+
2
−
0
View file @
9acb98fb
...
...
@@ -144,6 +144,8 @@ extern void update_mmu_cache(struct vm_area_struct * vma,
unsigned
long
address
,
pte_t
pte
);
extern
pgd_t
swapper_pg_dir
[
PTRS_PER_PGD
];
extern
void
paging_init
(
void
);
extern
void
page_table_range_init
(
unsigned
long
start
,
unsigned
long
end
,
pgd_t
*
pgd
);
#include
<asm-generic/pgtable.h>
...
...
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