sched: clarify commment for TS_POLLING
[deliverable/linux.git] / arch / x86 / include / asm / thread_info.h
index e0d28901e9691ee53fcd57edf0fa08a6cd5ce8c2..812186919bba55fbf328bb1bd64cfe82b26988a9 100644 (file)
@@ -241,8 +241,8 @@ static inline struct thread_info *current_thread_info(void)
 #define TS_USEDFPU             0x0001  /* FPU was used by this task
                                           this quantum (SMP) */
 #define TS_COMPAT              0x0002  /* 32bit syscall active (64BIT)*/
-#define TS_POLLING             0x0004  /* true if in idle loop
-                                          and not sleeping */
+#define TS_POLLING             0x0004  /* idle task polling need_resched,
+                                          skip sending interrupt */
 #define TS_RESTORE_SIGMASK     0x0008  /* restore signal mask in do_signal() */
 #define TS_XSAVE               0x0010  /* Use xsave/xrstor */
 
This page took 0.028751 seconds and 5 git commands to generate.