Re: [PATCH 4.14 098/146] x86/process: Consolidate and simplify switch_to_xtra() code

2018-12-04 Thread Greg Kroah-Hartman
On Tue, Dec 04, 2018 at 12:14:13PM +0100, Thomas Gleixner wrote: > On Tue, 4 Dec 2018, Greg Kroah-Hartman wrote: > > --- a/arch/x86/kernel/process_32.c > > +++ b/arch/x86/kernel/process_32.c > > @@ -234,7 +234,6 @@ __switch_to(struct task_struct *prev_p, > > struct fpu *prev_fpu = &prev->fpu; >

Re: [PATCH 4.14 098/146] x86/process: Consolidate and simplify switch_to_xtra() code

2018-12-04 Thread Thomas Gleixner
On Tue, 4 Dec 2018, Greg Kroah-Hartman wrote: > --- a/arch/x86/kernel/process_32.c > +++ b/arch/x86/kernel/process_32.c > @@ -234,7 +234,6 @@ __switch_to(struct task_struct *prev_p, > struct fpu *prev_fpu = &prev->fpu; > struct fpu *next_fpu = &next->fpu; > int cpu = smp_processor

[PATCH 4.14 098/146] x86/process: Consolidate and simplify switch_to_xtra() code

2018-12-04 Thread Greg Kroah-Hartman
4.14-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner t...@linutronix.de commit ff16701a29cba3aafa0bd1656d766813b2d0a811 upstream Move the conditional invocation of __switch_to_xtra() into an inline function so the logic can be sha