Searched refs:cpu_enable (Results 1 – 2 of 2) sorted by relevance
365 static int __devinit cpu_enable(unsigned int cpu) in cpu_enable() function367 if (smp_ops && smp_ops->cpu_enable) in cpu_enable()368 return smp_ops->cpu_enable(cpu); in cpu_enable()378 if (!cpu_enable(cpu)) in __cpu_up()
42 int (*cpu_enable)(unsigned int nr); member