Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcpu.h110 #define CPU_UP_PREPARE 0x0003 /* CPU coming up */ macro
/linux/arch/sh/kernel/
H A Dsmp.c218 per_cpu(cpu_state, cpu) = CPU_UP_PREPARE; in __cpu_up()