x86/arch_prctl/64: Remove FSBASE/GSBASE < 4G optimization
[deliverable/linux.git] / arch / x86 / include / asm / segment.h
index e1a4afd2022310c274933054ab36422a7d4fc38a..1549caa098f0828e6c533f714f22a7f97532427e 100644 (file)
 #define __USER_CS                      (GDT_ENTRY_DEFAULT_USER_CS*8 + 3)
 #define __PER_CPU_SEG                  (GDT_ENTRY_PER_CPU*8 + 3)
 
-/* TLS indexes for 64-bit - hardcoded in arch_prctl(): */
-#define FS_TLS                         0
-#define GS_TLS                         1
-
-#define GS_TLS_SEL                     ((GDT_ENTRY_TLS_MIN+GS_TLS)*8 + 3)
-#define FS_TLS_SEL                     ((GDT_ENTRY_TLS_MIN+FS_TLS)*8 + 3)
-
 #endif
 
 #ifndef CONFIG_PARAVIRT
This page took 0.026696 seconds and 5 git commands to generate.