Re: [PATCH 03/11] x86/fpu: make __raw_xsave_addr() use feature number instead of mask

From: Sebastian Andrzej Siewior
Date: Thu Oct 18 2018 - 07:21:23 EST


On 2018-10-18 13:17:19 [+0200], To Dave Hansen wrote:
> --- a/arch/x86/include/asm/fpu/xstate.h
> +++ b/arch/x86/include/asm/fpu/xstate.h
> @@ -47,7 +47,7 @@ extern void __init update_regset_xstate_info(unsigned int size,
>
> void fpu__xstate_clear_all_cpu_caps(void);
> void *get_xsave_addr(struct xregs_state *xsave, int xstate);
and now I locally changed xstate to xfeature_nr.

Sebastian