x86/cpufeatures: Make SGX_LC feature bit depend on SGX bit
[linux-2.6-microblaze.git] / arch / x86 / kernel / cpu / cpuid-deps.c
index 42af31b..d40f8e0 100644 (file)
@@ -72,6 +72,7 @@ static const struct cpuid_dep cpuid_deps[] = {
        { X86_FEATURE_AVX512_FP16,              X86_FEATURE_AVX512BW  },
        { X86_FEATURE_ENQCMD,                   X86_FEATURE_XSAVES    },
        { X86_FEATURE_PER_THREAD_MBA,           X86_FEATURE_MBA       },
+       { X86_FEATURE_SGX_LC,                   X86_FEATURE_SGX       },
        {}
 };