]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/thread_info.h
x86, xsave: context switch support using xsave/xrstor
[linux-2.6-omap-h63xx.git] / include / asm-x86 / thread_info.h
index e64be8863b762fc49e3b89829d6b7ca87d034e43..30586f2ee5580e942f4efa464db35cc0fa864907 100644 (file)
@@ -239,6 +239,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)