Re: [PATCH] Fix x86_64 duplicated TIF

2008-01-30 Thread Ingo Molnar
* Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > I wonder if this is expected ? (in current 2.6.24-git) > > commit 7e9916040b3020d0f36d68bb7512e3b80b623097 > and commit eee3af4a2c83a97fff107ddc445d9df6fded9ce4 > > Both use the same TIF number (25) in thread_info_64.h. > #define TIF_DEBUGCTLMS

[PATCH] Fix x86_64 duplicated TIF

2008-01-30 Thread Mathieu Desnoyers
I wonder if this is expected ? (in current 2.6.24-git) commit 7e9916040b3020d0f36d68bb7512e3b80b623097 and commit eee3af4a2c83a97fff107ddc445d9df6fded9ce4 Both use the same TIF number (25) in thread_info_64.h. This patch changes the TIF ids. Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]>