[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <55E4E769.8070904@sr71.net>
Date: Mon, 31 Aug 2015 16:46:49 -0700
From: Dave Hansen <dave@...1.net>
To: unlisted-recipients:; (no To-header on input)
Cc: dave.hansen@...ux.intel.com, mingo@...hat.com, x86@...nel.org,
bp@...en8.de, fenghua.yu@...el.com, tim.c.chen@...ux.intel.com,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 05/15] x86, fpu: XSAVE macro renames
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists