Re: [PATCH 084/208] x86/fpu: Rename xsave.header::xstate_bv to 'xfeatures'

From: Dave Hansen
Date: Tue May 05 2015 - 13:58:27 EST


On 05/05/2015 10:49 AM, Ingo Molnar wrote:
> 'xsave.header::xstate_bv' is a misnomer - what does 'bv' stand for?

xstate_bv is what it is called in the SDM. I'd really like to see the
nomenclature match the SDM where it's sensible because it says lots of
things like:

XSAVES does not write to any parts of the XSAVE header other
than the XSTATE_BV and XCOMP_BV fields.

It's nice to have code that does:

...->xstate_bv

to match up with that documentation IMNHO.


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/