|
@@ -94,10 +94,6 @@ extern const char * const x86_bug_flags[NBUGINTS*32];
|
|
|
(__builtin_constant_p(bit) && REQUIRED_MASK_BIT_SET(bit) ? 1 : \
|
|
|
x86_this_cpu_test_bit(bit, (unsigned long *)&cpu_info.x86_capability))
|
|
|
|
|
|
-/* Intel-defined CPU features, CPUID level 0x00000007:0 (ecx), word 16 */
|
|
|
-#define X86_FEATURE_PKU (16*32+ 3) /* Protection Keys for Userspace */
|
|
|
-#define X86_FEATURE_OSPKE (16*32+ 4) /* OS Protection Keys Enable */
|
|
|
-
|
|
|
/*
|
|
|
* This macro is for detection of features which need kernel
|
|
|
* infrastructure to be used. It may *not* directly test the CPU
|