smp: Add task_struct argument to __cpu_up()
[deliverable/linux.git] / arch / um / kernel / smp.c
index 6f588e160fb0ec1bf4e035b282d8dd10f300e8f8..a02b7e9e6b94c0052d502876f3a47095f9793b94 100644 (file)
@@ -140,7 +140,7 @@ void smp_prepare_boot_cpu(void)
        set_cpu_online(smp_processor_id(), true);
 }
 
-int __cpu_up(unsigned int cpu)
+int __cpu_up(unsigned int cpu, struct task_struct *tidle)
 {
        cpu_set(cpu, smp_commenced_mask);
        while (!cpu_online(cpu))
This page took 0.028776 seconds and 5 git commands to generate.