Skip to content

Commit 771d271

Browse files
Sebastian Andrzej SiewiorPeter Zijlstra
authored andcommitted
sched, x86: Update the comment for TIF_NEED_RESCHED_LAZY.
Add the "Lazy" part to the comment for TIF_NEED_RESCHED_LAZY so it is not the same as TIF_NEED_RESCHED. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/20241106162449.sk6rDddk@linutronix.de
1 parent fe9beaa commit 771d271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/include/asm/thread_info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ struct thread_info {
8787
#define TIF_NOTIFY_RESUME 1 /* callback before returning to user */
8888
#define TIF_SIGPENDING 2 /* signal pending */
8989
#define TIF_NEED_RESCHED 3 /* rescheduling necessary */
90-
#define TIF_NEED_RESCHED_LAZY 4 /* rescheduling necessary */
90+
#define TIF_NEED_RESCHED_LAZY 4 /* Lazy rescheduling needed */
9191
#define TIF_SINGLESTEP 5 /* reenable singlestep on user return*/
9292
#define TIF_SSBD 6 /* Speculative store bypass disable */
9393
#define TIF_SPEC_IB 9 /* Indirect branch speculation mitigation */

0 commit comments

Comments
 (0)