aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/include/asm/processor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h
index c2cceae709c8..a6732ff7b016 100644
--- a/arch/x86/include/asm/processor.h
+++ b/arch/x86/include/asm/processor.h
@@ -428,7 +428,9 @@ struct thread_struct {
428 unsigned short gsindex; 428 unsigned short gsindex;
429#endif 429#endif
430 unsigned long ip; 430 unsigned long ip;
431#ifdef CONFIG_X86_64
431 unsigned long fs; 432 unsigned long fs;
433#endif
432 unsigned long gs; 434 unsigned long gs;
433 /* Hardware debugging registers: */ 435 /* Hardware debugging registers: */
434 unsigned long debugreg0; 436 unsigned long debugreg0;
@@ -874,7 +876,6 @@ static inline void spin_lock_prefetch(const void *x)
874 .vm86_info = NULL, \ 876 .vm86_info = NULL, \
875 .sysenter_cs = __KERNEL_CS, \ 877 .sysenter_cs = __KERNEL_CS, \
876 .io_bitmap_ptr = NULL, \ 878 .io_bitmap_ptr = NULL, \
877 .fs = __KERNEL_PERCPU, \
878} 879}
879 880
880/* 881/*