projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7db0055
)
[MM]: sparse_init() should be __init.
author
David S. Miller
<davem@sunset.davemloft.net>
Mon, 7 May 2007 06:54:25 +0000
(23:54 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Mon, 7 May 2007 06:54:25 +0000
(23:54 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
mm/sparse.c
patch
|
blob
|
history
diff --git
a/mm/sparse.c
b/mm/sparse.c
index
ac26eb0
..
893e562
100644
(file)
--- a/
mm/sparse.c
+++ b/
mm/sparse.c
@@
-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;