···104104#define TIF_SYSCALL_TRACE 15 /* syscall trace active */105105#define TIF_MEMDIE 16 /* is terminating due to OOM killer */106106#define TIF_FREEZE 17 /* thread is freezing for suspend */107107+#define TIF_RESTORE_SIGMASK 18 /* restore signal mask in do_signal */107108108109#endif /* _ASM_M68K_THREAD_INFO_H */