init_idle
extern void init_idle(struct task_struct *idle, int cpu);
init_idle(task, cpu);
init_idle(current, smp_processor_id());