X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-m68k%2Fthread_info.h;h=9de3c930ccbf15f4b0b4924b3af4965947e2d121;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=6a4367e3504e1f8688a748abc3e30c174ff0cbdb;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-m68k/thread_info.h b/include/asm-m68k/thread_info.h index 6a4367e35..9de3c930c 100644 --- a/include/asm-m68k/thread_info.h +++ b/include/asm-m68k/thread_info.h @@ -48,6 +48,7 @@ struct thread_info { #define TIF_NOTIFY_RESUME 2 /* resumption notification requested */ #define TIF_SIGPENDING 3 /* signal pending */ #define TIF_NEED_RESCHED 4 /* rescheduling necessary */ +#define TIF_MEMDIE 5 extern int thread_flag_fixme(void);