Re: [patch V2 13/28] x86/speculation: Reorder the spec_v2 code

2018-11-26 Thread Borislav Petkov
On Sun, Nov 25, 2018 at 07:33:41PM +0100, Thomas Gleixner wrote: > Reorder the code so it is better grouped. > > Signed-off-by: Thomas Gleixner > > --- > arch/x86/kernel/cpu/bugs.c | 168 > ++--- > 1 file changed, 84 insertions(+), 84 deletions(-) ...

[patch V2 13/28] x86/speculation: Reorder the spec_v2 code

2018-11-25 Thread Thomas Gleixner
Reorder the code so it is better grouped. Signed-off-by: Thomas Gleixner --- arch/x86/kernel/cpu/bugs.c | 168 ++--- 1 file changed, 84 insertions(+), 84 deletions(-) --- a/arch/x86/kernel/cpu/bugs.c +++ b/arch/x86/kernel/cpu/bugs.c @@ -124,29 +124,6 @@