sysemu-for-fedora Signed-off-by: Paolo 'Blaisorblade' Giarrusso Index: linux-2.6.14/include/asm-i386/thread_info.h =================================================================== --- linux-2.6.14.orig/include/asm-i386/thread_info.h 2005-10-29 05:49:28.000000000 +0200 +++ linux-2.6.14/include/asm-i386/thread_info.h 2005-10-29 05:50:29.000000000 +0200 @@ -139,9 +139,9 @@ #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_SYSCALL_EMU 9 /* syscall emulation active */ #define TIF_POLLING_NRFLAG 16 /* true if poll_idle() is polling TIF_NEED_RESCHED */ #define TIF_MEMDIE 17