Searched refs:cpu_now_booting (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dsmp.c36 volatile int cpu_now_booting = 0; variable
121 cpu_now_booting = cpuid;
126 cpu_now_booting = 0;
147 int cpu = cpu_now_booting;
H A Dhead.S191 ; A slave waits for cpu_now_booting to be equal to CPU ID.
192 move.d cpu_now_booting, $r1
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsmp.c65 static volatile int cpu_now_booting __read_mostly = 0; /* track which CPU is booting */
429 int slave_id = cpu_now_booting;
473 cpu_now_booting = cpuid;
504 cpu_now_booting = 0;

Completed in 181 milliseconds