x86/fsgsbase: Revert FSGSBASE support
[linux-2.6-microblaze.git] / arch / x86 / include / uapi / asm / hwcap2.h
index c5ce54e..6ebaae9 100644 (file)
@@ -5,7 +5,4 @@
 /* MONITOR/MWAIT enabled in Ring 3 */
 #define HWCAP2_RING3MWAIT              (1 << 0)
 
-/* Kernel allows FSGSBASE instructions available in Ring 3 */
-#define HWCAP2_FSGSBASE                        BIT(1)
-
 #endif