Re: [PATCH] Fix x86_64 duplicated TIF

From: Ingo Molnar
Date: Wed Jan 30 2008 - 10:37:44 EST



* Mathieu Desnoyers <compudj@xxxxxxxxxxxxxxxxxx> 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_DEBUGCTLMSR 25 /* uses thread_struct.debugctlmsr */
> -#define TIF_DS_AREA_MSR 25 /* uses thread_struct.ds_area_msr */
> -#define TIF_BTS_TRACE_TS 26 /* record scheduling event timestamps */
> +#define TIF_DS_AREA_MSR 26 /* uses thread_struct.ds_area_msr */
> +#define TIF_BTS_TRACE_TS 27 /* record scheduling event timestamps */

thanks, applied.

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/