clear_tsk_compat_task
#define clear_tsk_compat_task(tsk) (clear_tsk_thread_flag(p, TIF_32BIT))
#define clear_tsk_compat_task(tsk) do { } while (0)