]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/thread_info.h
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/dvrabel/uwb
[linux-2.6-omap-h63xx.git] / include / asm-x86 / thread_info.h
index 4db0066a3a3597fab71fc9079bb5b55180ab1070..3f4e52bb77f56449adc92d2bd08f48da4803a78c 100644 (file)
@@ -241,6 +241,7 @@ static inline struct thread_info *stack_thread_info(void)
 #define TS_POLLING             0x0004  /* true if in idle loop
                                           and not sleeping */
 #define TS_RESTORE_SIGMASK     0x0008  /* restore signal mask in do_signal() */
+#define TS_XSAVE               0x0010  /* Use xsave/xrstor */
 
 #define tsk_is_polling(t) (task_thread_info(t)->status & TS_POLLING)