• I
    x86/fpu: Simplify copy_kernel_to_xregs_booting() · d65fcd60
    Ingo Molnar 提交于
    copy_kernel_to_xregs_booting() has a second parameter that is the mask
    of xfeatures that should be copied - but this parameter is always -1.
    
    Simplify the call site of this function, this also makes it more
    similar to the function call signature of other copy_kernel_to*regs()
    functions.
    
    Cc: Andy Lutomirski <luto@amacapital.net>
    Cc: Bobby Powers <bobbypowers@gmail.com>
    Cc: Borislav Petkov <bp@alien8.de>
    Cc: Dave Hansen <dave.hansen@linux.intel.com>
    Cc: Fenghua Yu <fenghua.yu@intel.com>
    Cc: H. Peter Anvin <hpa@zytor.com>
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    Cc: Oleg Nesterov <oleg@redhat.com>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Signed-off-by: NIngo Molnar <mingo@kernel.org>
    d65fcd60
xstate.c 9.8 KB