[PATCH 0/2] Fix section mismatch caused by node offline code.

Tang Chen tangchen at cn.fujitsu.com
Thu Jan 24 20:38:05 EST 2013


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(-)



More information about the Linuxppc-dev mailing list