We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9beaa commit 771d271Copy full SHA for 771d271
arch/x86/include/asm/thread_info.h
@@ -87,7 +87,7 @@ struct thread_info {
87
#define TIF_NOTIFY_RESUME 1 /* callback before returning to user */
88
#define TIF_SIGPENDING 2 /* signal pending */
89
#define TIF_NEED_RESCHED 3 /* rescheduling necessary */
90
-#define TIF_NEED_RESCHED_LAZY 4 /* rescheduling necessary */
+#define TIF_NEED_RESCHED_LAZY 4 /* Lazy rescheduling needed */
91
#define TIF_SINGLESTEP 5 /* reenable singlestep on user return*/
92
#define TIF_SSBD 6 /* Speculative store bypass disable */
93
#define TIF_SPEC_IB 9 /* Indirect branch speculation mitigation */
0 commit comments