mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-20 04:24:13 +00:00
[MM]: sparse_init() should be __init.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7db00552d9
commit
6a5b518f22
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user