On 08/31/2015 03:20 PM, Dave Hansen wrote:
> -     if (!cpu_has_xfeatures(XSTATE_SSE | XSTATE_YMM, &feature_name)) {
> +     if (!cpu_has_xfeatures(XFEATURE_MASK_SSE | XFEATURE_MASK_YMM,
> +                             &feature_name)) {
>               pr_info("CPU feature '%s' is not supported.\n", feature_name);
>               return -ENODEV;
>       }

I posted theses a bit too quickly.  0day found one of these spots that I
missed renaming XSTATE_*.

Review of the rest of the set would be appreciated, but I'll need to
post at least one more version before they can get applied anywhere.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to