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
82a355f5
Commit
82a355f5
authored
Apr 25, 2008
by
Ingo Molnar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86: make __set_fixmap() non-init
Signed-off-by:
Ingo Molnar
<
mingo@elte.hu
>
parent
3ec96783
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
arch/x86/mm/init_64.c
arch/x86/mm/init_64.c
+2
-3
No files found.
arch/x86/mm/init_64.c
View file @
82a355f5
...
...
@@ -135,7 +135,7 @@ static __init void *spp_getpage(void)
return
ptr
;
}
static
__init
void
static
void
set_pte_phys
(
unsigned
long
vaddr
,
unsigned
long
phys
,
pgprot_t
prot
)
{
pgd_t
*
pgd
;
...
...
@@ -214,8 +214,7 @@ void __init cleanup_highmap(void)
}
/* NOTE: this is meant to be run only at boot */
void
__init
__set_fixmap
(
enum
fixed_addresses
idx
,
unsigned
long
phys
,
pgprot_t
prot
)
void
__set_fixmap
(
enum
fixed_addresses
idx
,
unsigned
long
phys
,
pgprot_t
prot
)
{
unsigned
long
address
=
__fix_to_virt
(
idx
);
...
...
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