diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2010-09-29 23:28:59 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-01-07 08:01:33 -0500 |
commit | e68847fee706c6fe74c9afc3288c3adfc131b1fa (patch) | |
tree | 5012dca75c9977a55274484512846cb924afe195 /arch/m68k/include/asm/thread_info.h | |
parent | 35fc157baf56db846afaeb5c730fa47e351cf0d2 (diff) |
m68k: Switch to saner sigsuspend()
and saner do_signal() arguments, while we are at it
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/include/asm/thread_info.h')
-rw-r--r-- | arch/m68k/include/asm/thread_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/thread_info.h b/arch/m68k/include/asm/thread_info.h index 1da5d53a00e..790988967ba 100644 --- a/arch/m68k/include/asm/thread_info.h +++ b/arch/m68k/include/asm/thread_info.h | |||
@@ -104,5 +104,6 @@ static inline struct thread_info *current_thread_info(void) | |||
104 | #define TIF_SYSCALL_TRACE 15 /* syscall trace active */ | 104 | #define TIF_SYSCALL_TRACE 15 /* syscall trace active */ |
105 | #define TIF_MEMDIE 16 /* is terminating due to OOM killer */ | 105 | #define TIF_MEMDIE 16 /* is terminating due to OOM killer */ |
106 | #define TIF_FREEZE 17 /* thread is freezing for suspend */ | 106 | #define TIF_FREEZE 17 /* thread is freezing for suspend */ |
107 | #define TIF_RESTORE_SIGMASK 18 /* restore signal mask in do_signal */ | ||
107 | 108 | ||
108 | #endif /* _ASM_M68K_THREAD_INFO_H */ | 109 | #endif /* _ASM_M68K_THREAD_INFO_H */ |