Re: [PATCH] x86/fpu: Unify the naming of the FPU register cache validity flags

2017-01-26 Thread Peter Zijlstra
On Thu, Jan 26, 2017 at 04:05:25PM +0100, Ingo Molnar wrote: > diff --git a/arch/x86/include/asm/switch_to.h > b/arch/x86/include/asm/switch_to.h > index a7146dadb31d..7a4915dd0547 100644 > --- a/arch/x86/include/asm/switch_to.h > +++ b/arch/x86/include/asm/switch_to.h > @@ -78,7 +78,7 @@ do {

Re: [PATCH] x86/fpu: Unify the naming of the FPU register cache validity flags

2017-01-26 Thread Peter Zijlstra
On Thu, Jan 26, 2017 at 04:05:25PM +0100, Ingo Molnar wrote: > diff --git a/arch/x86/include/asm/switch_to.h > b/arch/x86/include/asm/switch_to.h > index a7146dadb31d..7a4915dd0547 100644 > --- a/arch/x86/include/asm/switch_to.h > +++ b/arch/x86/include/asm/switch_to.h > @@ -78,7 +78,7 @@ do {

[PATCH] x86/fpu: Unify the naming of the FPU register cache validity flags

2017-01-26 Thread Ingo Molnar
he naming that the two values are closely related. Something like the patch below - only minimally tested. Thanks, Ingo > >From d5b99e1e25f86d4880bf85588eb4a4769610dd47 Mon Sep 17 00:00:00 2001 From: Ingo Molnar <mi...@kernel.org> Date: Thu, 26 Jan 2017 16:01

[PATCH] x86/fpu: Unify the naming of the FPU register cache validity flags

2017-01-26 Thread Ingo Molnar
values are closely related. Something like the patch below - only minimally tested. Thanks, Ingo > >From d5b99e1e25f86d4880bf85588eb4a4769610dd47 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Thu, 26 Jan 2017 16:01:00 +0100 Subject: [PATCH] x86/fpu: Unify the