Re: [PATCH 1/3] x86: verify_cpu: use 32-bit arithmetic

2018-05-17 Thread hpa
On May 17, 2018 2:30:01 PM PDT, Alexey Dobriyan wrote: >32-bit instructions are 1 byte shorter than 16-bit instructions. > >Signed-off-by: Alexey Dobriyan >--- > > arch/x86/kernel/verify_cpu.S |8 > 1 file changed, 4 insertions(+), 4 deletions(-) > >--- a/arch/x86/kernel/verify_cpu.S

[PATCH 1/3] x86: verify_cpu: use 32-bit arithmetic

2018-05-17 Thread Alexey Dobriyan
32-bit instructions are 1 byte shorter than 16-bit instructions. Signed-off-by: Alexey Dobriyan --- arch/x86/kernel/verify_cpu.S |8 1 file changed, 4 insertions(+), 4 deletions(-) --- a/arch/x86/kernel/verify_cpu.S +++ b/arch/x86/kernel/verify_cpu.S @@ -56,14 +56,14 @@ ENTRY(veri