diff options
Diffstat (limited to 'include/asm-x86/processor_64.h')
-rw-r--r-- | include/asm-x86/processor_64.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/processor_64.h b/include/asm-x86/processor_64.h index 20d8935d141a..e7bea4fed642 100644 --- a/include/asm-x86/processor_64.h +++ b/include/asm-x86/processor_64.h | |||
@@ -238,6 +238,8 @@ struct thread_struct { | |||
238 | int ioperm; | 238 | int ioperm; |
239 | unsigned long *io_bitmap_ptr; | 239 | unsigned long *io_bitmap_ptr; |
240 | unsigned io_bitmap_max; | 240 | unsigned io_bitmap_max; |
241 | /* MSR_IA32_DEBUGCTLMSR value to switch in if TIF_DEBUGCTLMSR is set. */ | ||
242 | unsigned long debugctlmsr; | ||
241 | /* cached TLS descriptors. */ | 243 | /* cached TLS descriptors. */ |
242 | u64 tls_array[GDT_ENTRY_TLS_ENTRIES]; | 244 | u64 tls_array[GDT_ENTRY_TLS_ENTRIES]; |
243 | } __attribute__((aligned(16))); | 245 | } __attribute__((aligned(16))); |