|
@@ -538,7 +538,7 @@ wakeup_secondary_cpu_via_nmi(int logical_apicid, unsigned long start_eip)
|
|
return (send_status | accept_status);
|
|
return (send_status | accept_status);
|
|
}
|
|
}
|
|
|
|
|
|
-int __devinit
|
|
|
|
|
|
+static int __devinit
|
|
wakeup_secondary_cpu_via_init(int phys_apicid, unsigned long start_eip)
|
|
wakeup_secondary_cpu_via_init(int phys_apicid, unsigned long start_eip)
|
|
{
|
|
{
|
|
unsigned long send_status, accept_status = 0;
|
|
unsigned long send_status, accept_status = 0;
|