Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dthread_info.h179 #define clear_tsk_compat_task(tsk) (clear_tsk_thread_flag(p, TIF_32BIT)) macro
183 #define clear_tsk_compat_task(tsk) do { } while (0) macro
/linux/arch/powerpc/kernel/
H A Dprocess.c1782 clear_tsk_compat_task(p); in copy_thread()