[IA64] Yet another section mismatch warning
authorTony Luck <tony.luck@intel.com>
Fri, 18 May 2007 22:11:34 +0000 (15:11 -0700)
committerTony Luck <tony.luck@intel.com>
Fri, 18 May 2007 22:11:34 +0000 (15:11 -0700)
commita8c8be08e023cf65f103442d1c71710fad7a0905
tree64a0473b0fa38bac1ce2a2e814a2c1b731cd0f98
parent9f57195b2db94488999c9cb8a1e0a6332644d5de
[IA64] Yet another section mismatch warning

reference to .init.data: from .text between 'sn_cpu_init' (at offset 0x1411) and 'nasid_slice_to_cpuid'
reference to .init.data: from .text between 'sn_cpu_init' (at offset 0x1420) and 'nasid_slice_to_cpuid'

The offending .init.data object is shub_1_1_found which should be declared
in __cpuinitdata, not in __initdata

Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/sn/kernel/setup.c