From: Stefan Bader on
Greg KH wrote:
> 2.6.31-stable review patch. If anyone has any objections, please let us know.
>
> ------------------

> --- a/arch/sparc/include/asm/thread_info_64.h
> +++ b/arch/sparc/include/asm/thread_info_64.h
> @@ -227,12 +227,11 @@ register struct thread_info *current_thr
> /* flag bit 8 is available */
> #define TIF_SECCOMP 9 /* secure computing */
> #define TIF_SYSCALL_AUDIT 10 /* syscall auditing active */
> -/* flag bit 11 is available */
> /* NOTE: Thread flags >= 12 should be ones we have no interest
> * in using in assembly, else we can't use the mask as
> * an immediate value in instructions such as andcc.
> */

For some reason I accidentally dropped the comment about bit 11. Replacment
patch attached.

Stefan