diff options
author | Andreas Dilger <adilger@dilger.ca> | 2010-05-14 11:13:27 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-05-14 11:13:27 +0200 |
commit | 0ddc9324b1a842afd77e8e86698b1d1d2ffed022 (patch) | |
tree | 9247bd1a897cc9ed665782a1b7f7e5fb28068600 /arch/powerpc | |
parent | 6858d49833b8c2aae74adcb593065797409d376e (diff) | |
download | linux-0ddc9324b1a842afd77e8e86698b1d1d2ffed022.tar.gz linux-0ddc9324b1a842afd77e8e86698b1d1d2ffed022.tar.bz2 linux-0ddc9324b1a842afd77e8e86698b1d1d2ffed022.zip |
add descriptive comment for TIF_MEMDIE task flag declaration.
Signed-off-by: Andreas Dilger <adilger@dilger.ca>
Acked-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/include/asm/thread_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/thread_info.h b/arch/powerpc/include/asm/thread_info.h index aa9d383a1c09..65eb85976a03 100644 --- a/arch/powerpc/include/asm/thread_info.h +++ b/arch/powerpc/include/asm/thread_info.h @@ -104,7 +104,7 @@ static inline struct thread_info *current_thread_info(void) #define TIF_PERFMON_CTXSW 6 /* perfmon needs ctxsw calls */ #define TIF_SYSCALL_AUDIT 7 /* syscall auditing active */ #define TIF_SINGLESTEP 8 /* singlestepping active */ -#define TIF_MEMDIE 9 +#define TIF_MEMDIE 9 /* is terminating due to OOM killer */ #define TIF_SECCOMP 10 /* secure computing */ #define TIF_RESTOREALL 11 /* Restore all regs (implies NOERROR) */ #define TIF_NOERROR 12 /* Force successful syscall return */ |