Home
last modified time | relevance | path

Searched refs:cpu_enable (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/kernel/
Dsmp.c365 static int __devinit cpu_enable(unsigned int cpu) in cpu_enable() function
367 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()
/arch/powerpc/include/asm/
Dmachdep.h42 int (*cpu_enable)(unsigned int nr); member