x86/fpu: Rename XSAVE macros
[deliverable/linux.git] / arch / x86 / crypto / twofish_avx_glue.c
index c2bd0ce718eee505272249386dffef3cc417dad8..6f3738ced95e76b96f495b294f1a37cea952ed46 100644 (file)
@@ -558,7 +558,7 @@ static int __init twofish_init(void)
 {
        const char *feature_name;
 
-       if (!cpu_has_xfeatures(XSTATE_SSE | XSTATE_YMM, &feature_name)) {
+       if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM, NULL)) {
                pr_info("CPU feature '%s' is not supported.\n", feature_name);
                return -ENODEV;
        }
This page took 0.084064 seconds and 5 git commands to generate.