Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-guf
Manage
Activity
Members
Labels
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
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
SECO Northern Europe
Kernel
linux-guf
Commits
82a355f5
Commit
82a355f5
authored
16 years ago
by
Ingo Molnar
Browse files
Options
Downloads
Patches
Plain Diff
x86: make __set_fixmap() non-init
Signed-off-by:
Ingo Molnar
<
mingo@elte.hu
>
parent
3ec96783
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/x86/mm/init_64.c
+2
-3
2 additions, 3 deletions
arch/x86/mm/init_64.c
with
2 additions
and
3 deletions
arch/x86/mm/init_64.c
+
2
−
3
View file @
82a355f5
...
@@ -135,7 +135,7 @@ static __init void *spp_getpage(void)
...
@@ -135,7 +135,7 @@ static __init void *spp_getpage(void)
return
ptr
;
return
ptr
;
}
}
static
__init
void
static
void
set_pte_phys
(
unsigned
long
vaddr
,
unsigned
long
phys
,
pgprot_t
prot
)
set_pte_phys
(
unsigned
long
vaddr
,
unsigned
long
phys
,
pgprot_t
prot
)
{
{
pgd_t
*
pgd
;
pgd_t
*
pgd
;
...
@@ -214,8 +214,7 @@ void __init cleanup_highmap(void)
...
@@ -214,8 +214,7 @@ void __init cleanup_highmap(void)
}
}
/* NOTE: this is meant to be run only at boot */
/* NOTE: this is meant to be run only at boot */
void
__init
void
__set_fixmap
(
enum
fixed_addresses
idx
,
unsigned
long
phys
,
pgprot_t
prot
)
__set_fixmap
(
enum
fixed_addresses
idx
,
unsigned
long
phys
,
pgprot_t
prot
)
{
{
unsigned
long
address
=
__fix_to_virt
(
idx
);
unsigned
long
address
=
__fix_to_virt
(
idx
);
...
...
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