diff options
Diffstat (limited to 'arch/mips/include/asm/thread_info.h')
-rw-r--r-- | arch/mips/include/asm/thread_info.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/include/asm/thread_info.h b/arch/mips/include/asm/thread_info.h index 7de865805deb..99eea59604e9 100644 --- a/arch/mips/include/asm/thread_info.h +++ b/arch/mips/include/asm/thread_info.h | |||
@@ -116,6 +116,7 @@ static inline struct thread_info *current_thread_info(void) | |||
116 | #define TIF_LOAD_WATCH 25 /* If set, load watch registers */ | 116 | #define TIF_LOAD_WATCH 25 /* If set, load watch registers */ |
117 | #define TIF_SYSCALL_TRACEPOINT 26 /* syscall tracepoint instrumentation */ | 117 | #define TIF_SYSCALL_TRACEPOINT 26 /* syscall tracepoint instrumentation */ |
118 | #define TIF_32BIT_FPREGS 27 /* 32-bit floating point registers */ | 118 | #define TIF_32BIT_FPREGS 27 /* 32-bit floating point registers */ |
119 | #define TIF_HYBRID_FPREGS 28 /* 64b FP registers, odd singles in bits 63:32 of even doubles */ | ||
119 | #define TIF_USEDMSA 29 /* MSA has been used this quantum */ | 120 | #define TIF_USEDMSA 29 /* MSA has been used this quantum */ |
120 | #define TIF_MSA_CTX_LIVE 30 /* MSA context must be preserved */ | 121 | #define TIF_MSA_CTX_LIVE 30 /* MSA context must be preserved */ |
121 | #define TIF_SYSCALL_TRACE 31 /* syscall trace active */ | 122 | #define TIF_SYSCALL_TRACE 31 /* syscall trace active */ |
@@ -135,6 +136,7 @@ static inline struct thread_info *current_thread_info(void) | |||
135 | #define _TIF_FPUBOUND (1<<TIF_FPUBOUND) | 136 | #define _TIF_FPUBOUND (1<<TIF_FPUBOUND) |
136 | #define _TIF_LOAD_WATCH (1<<TIF_LOAD_WATCH) | 137 | #define _TIF_LOAD_WATCH (1<<TIF_LOAD_WATCH) |
137 | #define _TIF_32BIT_FPREGS (1<<TIF_32BIT_FPREGS) | 138 | #define _TIF_32BIT_FPREGS (1<<TIF_32BIT_FPREGS) |
139 | #define _TIF_HYBRID_FPREGS (1<<TIF_HYBRID_FPREGS) | ||
138 | #define _TIF_USEDMSA (1<<TIF_USEDMSA) | 140 | #define _TIF_USEDMSA (1<<TIF_USEDMSA) |
139 | #define _TIF_MSA_CTX_LIVE (1<<TIF_MSA_CTX_LIVE) | 141 | #define _TIF_MSA_CTX_LIVE (1<<TIF_MSA_CTX_LIVE) |
140 | #define _TIF_SYSCALL_TRACEPOINT (1<<TIF_SYSCALL_TRACEPOINT) | 142 | #define _TIF_SYSCALL_TRACEPOINT (1<<TIF_SYSCALL_TRACEPOINT) |