|
@@ -121,7 +121,7 @@ wait_boot_cpu_to_stop(int cpuid)
|
|
|
/*
|
|
|
* Where secondaries begin a life of C.
|
|
|
*/
|
|
|
-void __init
|
|
|
+void __cpuinit
|
|
|
smp_callin(void)
|
|
|
{
|
|
|
int cpuid = hard_smp_processor_id();
|
|
@@ -198,7 +198,7 @@ wait_for_txrdy (unsigned long cpumask)
|
|
|
* Send a message to a secondary's console. "START" is one such
|
|
|
* interesting message. ;-)
|
|
|
*/
|
|
|
-static void __init
|
|
|
+static void __cpuinit
|
|
|
send_secondary_console_msg(char *str, int cpuid)
|
|
|
{
|
|
|
struct percpu_struct *cpu;
|
|
@@ -289,7 +289,7 @@ recv_secondary_console_msg(void)
|
|
|
/*
|
|
|
* Convince the console to have a secondary cpu begin execution.
|
|
|
*/
|
|
|
-static int __init
|
|
|
+static int __cpuinit
|
|
|
secondary_cpu_start(int cpuid, struct task_struct *idle)
|
|
|
{
|
|
|
struct percpu_struct *cpu;
|