]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/asm-x86/thread_info.h
Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-D
[karo-tx-linux.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)