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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsmp.c468 static int __devinit cpu_enable(unsigned int cpu) function
470 if (smp_ops && smp_ops->cpu_enable)
471 return smp_ops->cpu_enable(cpu);
481 if (!cpu_enable(cpu))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dmachdep.h42 int (*cpu_enable)(unsigned int nr); member in struct:smp_ops_t

Completed in 18 milliseconds