smp: Add task_struct argument to __cpu_up()
[deliverable/linux.git] / arch / cris / arch-v32 / kernel / smp.c
index 0b99df72d2a460992978256eacf8b48c6f56d180..125ee2d7bc875a3e0c8e9e090f9119123e9d477d 100644 (file)
@@ -207,7 +207,7 @@ int setup_profiling_timer(unsigned int multiplier)
  */
 unsigned long cache_decay_ticks = 1;
 
-int __cpuinit __cpu_up(unsigned int cpu)
+int __cpuinit __cpu_up(unsigned int cpu, struct task_struct *tidle)
 {
        smp_boot_one_cpu(cpu);
        return cpu_online(cpu) ? 0 : -ENOSYS;
This page took 0.024854 seconds and 5 git commands to generate.