提交 a8c8be08 编写于 作者: T Tony Luck

[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: NTony Luck <tony.luck@intel.com>
上级 9f57195b
...@@ -194,7 +194,7 @@ void __init early_sn_setup(void) ...@@ -194,7 +194,7 @@ void __init early_sn_setup(void)
} }
extern int platform_intr_list[]; extern int platform_intr_list[];
static int __initdata shub_1_1_found; static int __cpuinitdata shub_1_1_found;
/* /*
* sn_check_for_wars * sn_check_for_wars
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册