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=e20e99551d710e73f634664731ea48be50bc6ab9;hpb=0f36b018b2e314d45af86449f1a97facb1fbe300;p=linux-2.6 diff --git a/include/asm-i386/thread_info.h b/include/asm-i386/thread_info.h index e20e99551d..fdbc7f422e 100644 --- a/include/asm-i386/thread_info.h +++ b/include/asm-i386/thread_info.h @@ -9,7 +9,6 @@ #ifdef __KERNEL__ -#include #include #include @@ -141,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__ */