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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dthread_info.h116 #define TIF_RUNLATCH 6 /* Is the runlatch enabled? */ macro
134 #define _TIF_RUNLATCH (1<<TIF_RUNLATCH)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dprocess.c970 if (cpu_has_feature(CPU_FTR_CTRL) && !test_thread_flag(TIF_RUNLATCH)) {
977 set_thread_flag(TIF_RUNLATCH);
985 if (cpu_has_feature(CPU_FTR_CTRL) && test_thread_flag(TIF_RUNLATCH)) {
988 clear_thread_flag(TIF_RUNLATCH);

Completed in 100 milliseconds