summaryrefslogtreecommitdiff
path: root/sysdeps/x86/bits/platform/x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86/bits/platform/x86.h')
-rw-r--r--sysdeps/x86/bits/platform/x86.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sysdeps/x86/bits/platform/x86.h b/sysdeps/x86/bits/platform/x86.h
index fb8676b968..88ca071aa7 100644
--- a/sysdeps/x86/bits/platform/x86.h
+++ b/sysdeps/x86/bits/platform/x86.h
@@ -327,11 +327,3 @@ enum
x86_cpu_PTWRITE = x86_cpu_index_14_ecx_0_ebx + 4
};
-
-/* Bits in the feature_1 field in TCB. */
-
-enum
-{
- x86_feature_1_ibt = 1U << 0,
- x86_feature_1_shstk = 1U << 1
-};