• Dave Hansen's avatar
    x86/fpu: Rework XSTATE_* macros to remove magic '2' · 8a93c9e0
    Dave Hansen authored
    The 'xstate.c' code has a bunch of references to '2'.  This
    is because we have a lot more work to do for the "extended"
    xstates than the "legacy" ones and state component 2 is the
    first "extended" state.
    
    This patch replaces all of the instances of '2' with
    FIRST_EXTENDED_XFEATURE, which clearly explains what is
    going on.
    Signed-off-by: default avatarDave Hansen <dave.hansen@linux.intel.com>
    Cc: Andy Lutomirski <luto@amacapital.net>
    Cc: Borislav Petkov <bp@alien8.de>
    Cc: Brian Gerst <brgerst@gmail.com>
    Cc: Denys Vlasenko <dvlasenk@redhat.com>
    Cc: Fenghua Yu <fenghua.yu@intel.com>
    Cc: H. Peter Anvin <hpa@zytor.com>
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Tim Chen <tim.c.chen@linux.intel.com>
    Cc: dave@sr71.net
    Cc: linux-kernel@vger.kernel.org
    Link: http://lkml.kernel.org/r/20150902233128.A8C0BF51@viggo.jf.intel.comSigned-off-by: default avatarIngo Molnar <mingo@kernel.org>
    8a93c9e0
xstate.c 13.9 KB