X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-i386%2Fthread_info.h;h=e2cb9fa6f563db415e494dae49b0173fa3e2b7c6;hb=94f8c66e5e543d79231abf203d6e514ecb668688;hp=95add81237eab1342737431cd7c7134d1d2f9985;hpb=8ed693d29b25bbd88471ec043cc01581419d0481;p=powerpc.git diff --git a/include/asm-i386/thread_info.h b/include/asm-i386/thread_info.h index 95add81237..e2cb9fa6f5 100644 --- a/include/asm-i386/thread_info.h +++ b/include/asm-i386/thread_info.h @@ -139,6 +139,7 @@ register unsigned long current_stack_pointer asm("esp") __attribute_used__; #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ #define TIF_SINGLESTEP 4 /* restore singlestep on return to user mode */ #define TIF_IRET 5 /* return with iret */ +#define TIF_SYSCALL_EMU 6 /* syscall emulation active */ #define TIF_SYSCALL_AUDIT 7 /* syscall auditing active */ #define TIF_SECCOMP 8 /* secure computing */ #define TIF_POLLING_NRFLAG 16 /* true if poll_idle() is polling TIF_NEED_RESCHED */ @@ -150,13 +151,15 @@ register unsigned long current_stack_pointer asm("esp") __attribute_used__; #define _TIF_NEED_RESCHED (1<