X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-i386%2Fthread_info.h;h=fdbc7f422ea5501ec586eabed02b349072e0184b;hb=467c432a4d63349025d92f5dbdd0b9ba8ff40fd5;hp=8420ed12491e74c83407b62c7d2b3638de23e3d2;hpb=af57d238aa2107e1b45d8dacad6e50db938f0567;p=linux-2.6 diff --git a/include/asm-i386/thread_info.h b/include/asm-i386/thread_info.h index 8420ed1249..fdbc7f422e 100644 --- a/include/asm-i386/thread_info.h +++ b/include/asm-i386/thread_info.h @@ -140,8 +140,7 @@ register unsigned long current_stack_pointer asm("esp") __attribute_used__; #define TIF_SYSCALL_AUDIT 7 /* syscall auditing active */ #define TIF_SECCOMP 8 /* secure computing */ #define TIF_RESTORE_SIGMASK 9 /* restore signal mask in do_signal() */ -#define TIF_POLLING_NRFLAG 16 /* true if poll_idle() is polling TIF_NEED_RESCHED */ -#define TIF_MEMDIE 17 +#define TIF_MEMDIE 16 #define _TIF_SYSCALL_TRACE (1<thread_info->status & TS_POLLING) #endif /* __KERNEL__ */