Commit 759f9a2df78d2156a2675edc7999fb4c919a3159

Authored by Marcin Slusarz
Committed by Linus Torvalds
1 parent 07279cdfd9

mm: mminit_loglevel cannot be __meminitdata anymore

mminit_loglevel is now used from mminit_verify_zonelist <- build_all_zonelists <-

1. online_pages <- memory_block_action <- memory_block_change_state <- store_mem_state (sys handler)
2. numa_zonelist_order_handler (proc handler)

so it cannot be annotated __meminit - drop it

fixes following section mismatch warning:
WARNING: vmlinux.o(.text+0x71628): Section mismatch in reference from the function mminit_verify_zonelist() to the variable .meminit.data:mminit_loglevel
The function mminit_verify_zonelist() references
the variable __meminitdata mminit_loglevel.
This is often because mminit_verify_zonelist lacks a __meminitdata
annotation or the annotation of mminit_loglevel is wrong.

Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Acked-by: Mel Gorman <mel@csn.ul.ie>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -12,7 +12,7 @@
12 12 #include "internal.h"
13 13  
14 14 #ifdef CONFIG_DEBUG_MEMORY_INIT
15   -int __meminitdata mminit_loglevel;
  15 +int mminit_loglevel;
16 16  
17 17 #ifndef SECTIONS_SHIFT
18 18 #define SECTIONS_SHIFT 0