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

[IA64] start_secondary() and smp_callin() should be __cpuinit

Continuing the seemingly neverending quest to stomp out "Section
mismatch" warnings.
Signed-off-by: NTony Luck <tony.luck@intel.com>
上级 4598c955
......@@ -370,7 +370,7 @@ smp_setup_percpu_timer (void)
{
}
static void __devinit
static void __cpuinit
smp_callin (void)
{
int cpuid, phys_id, itc_master;
......@@ -456,7 +456,7 @@ smp_callin (void)
/*
* Activate a secondary processor. head.S calls this.
*/
int __devinit
int __cpuinit
start_secondary (void *unused)
{
/* Early console may use I/O ports */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册