]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[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)
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

index a574fcd163ddd57776031bffe8d0a151dcfb3991..684b1c984a445e3ba5a818aef22cb8f6d8437979 100644 (file)
@@ -194,7 +194,7 @@ void __init early_sn_setup(void)
 }
 
 extern int platform_intr_list[];
-static int __initdata shub_1_1_found;
+static int __cpuinitdata shub_1_1_found;
 
 /*
  * sn_check_for_wars