diff options
Diffstat (limited to 'mm/sparse.c')
-rw-r--r-- | mm/sparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/sparse.c b/mm/sparse.c index 36d7bbb80e49..1e168bf2779a 100644 --- a/mm/sparse.c +++ b/mm/sparse.c | |||
@@ -59,7 +59,7 @@ static inline void set_section_nid(unsigned long section_nr, int nid) | |||
59 | #endif | 59 | #endif |
60 | 60 | ||
61 | #ifdef CONFIG_SPARSEMEM_EXTREME | 61 | #ifdef CONFIG_SPARSEMEM_EXTREME |
62 | static struct mem_section noinline __init_refok *sparse_index_alloc(int nid) | 62 | static noinline struct mem_section __ref *sparse_index_alloc(int nid) |
63 | { | 63 | { |
64 | struct mem_section *section = NULL; | 64 | struct mem_section *section = NULL; |
65 | unsigned long array_size = SECTIONS_PER_ROOT * | 65 | unsigned long array_size = SECTIONS_PER_ROOT * |