x86: make wakeup_secondary_cpu_via_init static
Impact: cleanup Signed-off-by: Yinghai Lu <yinghai@kernel.org> LKML-Reference: <49D6A692.6040400@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
577c9c456f
commit
cdc1cb0d44
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue