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
6a5b518f
Commit
6a5b518f
authored
17 years ago
by
David S. Miller
Browse files
Options
Downloads
Patches
Plain Diff
[MM]: sparse_init() should be __init.
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
7db00552
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
mm/sparse.c
+1
-1
1 addition, 1 deletion
mm/sparse.c
with
1 addition
and
1 deletion
mm/sparse.c
+
1
−
1
View file @
6a5b518f
...
...
@@ -272,7 +272,7 @@ static void __kfree_section_memmap(struct page *memmap, unsigned long nr_pages)
* Allocate the accumulated non-linear sections, allocate a mem_map
* for each and record the physical to section mapping.
*/
void
sparse_init
(
void
)
void
__init
sparse_init
(
void
)
{
unsigned
long
pnum
;
struct
page
*
map
;
...
...
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