linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix section mismatch caused by node offline code.
@ 2013-01-24  9:38 Tang Chen
  2013-01-24  9:38 ` [PATCH 1/2] cpu_hotplug: Remove __cpuinitdata declaration of __apicid_to_node[] Tang Chen
  2013-01-24  9:38 ` [PATCH 2/2] cpu-hotplug,memory-hotplug: Remove __cpuinit declaration of numa_clear_node() Tang Chen
  0 siblings, 2 replies; 3+ messages in thread
From: Tang Chen @ 2013-01-24  9:38 UTC (permalink / raw)
  To: akpm, rjw, len.brown, mingo, tglx, minchan.kim, rientjes, benh,
	paulus, cl, kosaki.motohiro, isimatu.yasuaki, wujianguo, wency,
	hpa, linfeng, laijs, mgorman, yinghai, glommer, jiang.liu,
	julian.calaby, sfr, guz.fnst
  Cc: x86, linux-mm, linux-kernel, linuxppc-dev, linux-acpi

Since node offline code uses __apicid_to_node[] and numa_clear_node(),
they are no longer init data or function. So do not declare them as
__cpuinitdata or __cpuinit.

Tang Chen (2):
  cpu_hotplug: Remove __cpuinitdata declaration of __apicid_to_node[].
  cpu-hotplug,memory-hotplug: Remove __cpuinit declaration of
    numa_clear_node().

 arch/x86/mm/numa.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-01-24  9:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-24  9:38 [PATCH 0/2] Fix section mismatch caused by node offline code Tang Chen
2013-01-24  9:38 ` [PATCH 1/2] cpu_hotplug: Remove __cpuinitdata declaration of __apicid_to_node[] Tang Chen
2013-01-24  9:38 ` [PATCH 2/2] cpu-hotplug,memory-hotplug: Remove __cpuinit declaration of numa_clear_node() Tang Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).