Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dsmpboot.c382 case CPU_BROKEN: in cpu_check_up_prepare()
449 oldstate, CPU_BROKEN) != oldstate) in cpu_wait_death()
473 if (oldstate != CPU_BROKEN) in cpu_report_death()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcpu.h93 #define CPU_BROKEN 0x000B /* CPU did not die properly */ macro