From: Tony Luck Date: Fri, 18 May 2007 22:11:34 +0000 (-0700) Subject: [IA64] Yet another section mismatch warning X-Git-Tag: v2.6.22-rc3~96^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8c8be08e023cf65f103442d1c71710fad7a0905;p=pandora-kernel.git [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 --- Reading git-diff-tree failed