|
@@ -504,7 +504,7 @@ void __inquire_remote_apic(int apicid)
|
|
* INIT, INIT, STARTUP sequence will reset the chip hard for us, and this
|
|
* INIT, INIT, STARTUP sequence will reset the chip hard for us, and this
|
|
* won't ... remember to clear down the APIC, etc later.
|
|
* won't ... remember to clear down the APIC, etc later.
|
|
*/
|
|
*/
|
|
-int __devinit
|
|
|
|
|
|
+int __cpuinit
|
|
wakeup_secondary_cpu_via_nmi(int logical_apicid, unsigned long start_eip)
|
|
wakeup_secondary_cpu_via_nmi(int logical_apicid, unsigned long start_eip)
|
|
{
|
|
{
|
|
unsigned long send_status, accept_status = 0;
|
|
unsigned long send_status, accept_status = 0;
|
|
@@ -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);
|
|
}
|
|
}
|
|
|
|
|
|
-static int __devinit
|
|
|
|
|
|
+static int __cpuinit
|
|
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;
|