__cpu_up
extern int __cpu_up(unsigned int cpu, struct task_struct *tidle);
extern int __cpu_up(unsigned int cpunum, struct task_struct *tidle);
ret = __cpu_up(cpu, idle);