提交 cdc1cb0d 编写于 作者: Y Yinghai Lu 提交者: Ingo Molnar

x86: make wakeup_secondary_cpu_via_init static

Impact: cleanup
Signed-off-by: NYinghai Lu <yinghai@kernel.org>
LKML-Reference: <49D6A692.6040400@kernel.org>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 577c9c45
......@@ -538,7 +538,7 @@ wakeup_secondary_cpu_via_nmi(int logical_apicid, unsigned long start_eip)
return (send_status | accept_status);
}
int __devinit
static int __devinit
wakeup_secondary_cpu_via_init(int phys_apicid, unsigned long start_eip)
{
unsigned long send_status, accept_status = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册