Re: [Xen-devel] [PATCH 1/4] x86: remove unused x87 remnants of 32-bit days

2015-10-14 Thread Andrew Cooper
On 14/10/15 14:57, Andrew Cooper wrote: > On 14/10/15 14:29, Jan Beulich wrote: >> x86-64 requires FXSR, XMM, and XMM2, so there's no point in hiding >> respective code behind conditionals. >> >> Signed-off-by: Jan Beulich > Reviewed-by: Andrew Cooper , with two > suggestions. > >> --- a/xen/arch/

Re: [Xen-devel] [PATCH 1/4] x86: remove unused x87 remnants of 32-bit days

2015-10-14 Thread Andrew Cooper
On 14/10/15 14:29, Jan Beulich wrote: > x86-64 requires FXSR, XMM, and XMM2, so there's no point in hiding > respective code behind conditionals. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper , with two suggestions. > --- a/xen/arch/x86/setup.c > +++ b/xen/arch/x86/setup.c > @@ -1295