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
bbbf61ef
Commit
bbbf61ef
authored
Aug 26, 2010
by
Jeremy Fitzhardinge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xen: make install_p2mtop_page() static
Signed-off-by:
Jeremy Fitzhardinge
<
jeremy.fitzhardinge@citrix.com
>
parent
1f2d9dd3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
arch/x86/xen/mmu.c
arch/x86/xen/mmu.c
+2
-2
arch/x86/xen/mmu.h
arch/x86/xen/mmu.h
+0
-1
No files found.
arch/x86/xen/mmu.c
View file @
bbbf61ef
...
...
@@ -275,8 +275,8 @@ unsigned long get_phys_to_machine(unsigned long pfn)
}
EXPORT_SYMBOL_GPL
(
get_phys_to_machine
);
/* install a
new p2m_top page */
bool
install_p2mtop_page
(
unsigned
long
pfn
,
unsigned
long
*
p
)
/* install a new p2m_top page */
static
bool
install_p2mtop_page
(
unsigned
long
pfn
,
unsigned
long
*
p
)
{
unsigned
topidx
=
p2m_top_index
(
pfn
);
unsigned
long
**
pfnp
,
*
mfnp
;
...
...
arch/x86/xen/mmu.h
View file @
bbbf61ef
...
...
@@ -12,7 +12,6 @@ enum pt_level {
bool
__set_phys_to_machine
(
unsigned
long
pfn
,
unsigned
long
mfn
);
bool
install_p2mtop_page
(
unsigned
long
pfn
,
unsigned
long
*
p
);
void
set_pte_mfn
(
unsigned
long
vaddr
,
unsigned
long
pfn
,
pgprot_t
flags
);
...
...
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