|
@@ -562,7 +562,8 @@ static int __init camellia_aesni_init(void)
|
|
|
{
|
|
|
const char *feature_name;
|
|
|
|
|
|
- if (!boot_cpu_has(X86_FEATURE_AVX2) || !cpu_has_avx ||
|
|
|
+ if (!boot_cpu_has(X86_FEATURE_AVX) ||
|
|
|
+ !boot_cpu_has(X86_FEATURE_AVX2) ||
|
|
|
!boot_cpu_has(X86_FEATURE_AES) ||
|
|
|
!boot_cpu_has(X86_FEATURE_OSXSAVE)) {
|
|
|
pr_info("AVX2 or AES-NI instructions are not detected.\n");
|