Hi all,
        Compile x86_64 meet those messages:
WARNING: arch/x86/mm/built-in.o(.text.unlikely+0xbf8): Section mismatch in 
reference from the function __node_set.constprop.0() to the variable 
.init.data:numa_nodes_parsed
The function __node_set.constprop.0() references
the variable __initdata numa_nodes_parsed.
This is often because __node_set.constprop.0 lacks a __initdata 
annotation or the annotation of numa_nodes_parsed is wrong.

WARNING: arch/x86/built-in.o(.text.unlikely+0x171d): Section mismatch in 
reference from the function __node_set.constprop.0() to the variable 
.init.data:numa_nodes_parsed
The function __node_set.constprop.0() references
the variable __initdata numa_nodes_parsed.
This is often because __node_set.constprop.0 lacks a __initdata 
annotation or the annotation of numa_nodes_parsed is wrong.

Reply via email to