[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <201307051956052638321@gmail.com>
Date: Fri, 5 Jul 2013 19:56:07 +0800
From: majianpeng <majianpeng@...il.com>
To: tglx <tglx@...utronix.de>
Cc: x86 <x86@...nel.org>, linux-kernel <linux-kernel@...r.kernel.org>
Subject: compile x86_64 waring
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.
Powered by blists - more mailing lists