|
|
@@ -79,7 +79,7 @@ struct thread_info {
|
|
|
#define TIF_SIGPENDING 2 /* signal pending */
|
|
|
#define TIF_NEED_RESCHED 3 /* rescheduling necessary */
|
|
|
#define TIF_SINGLESTEP 4 /* reenable singlestep on user return*/
|
|
|
-#define TIF_SSBD 5 /* Reduced data speculation */
|
|
|
+#define TIF_SSBD 5 /* Speculative store bypass disable */
|
|
|
#define TIF_SYSCALL_EMU 6 /* syscall emulation active */
|
|
|
#define TIF_SYSCALL_AUDIT 7 /* syscall auditing active */
|
|
|
#define TIF_SECCOMP 8 /* secure computing */
|