x86/cpu: Use XGETBV and XSETBV mnemonics in fpu/internal.h
authorUros Bizjak <ubizjak@gmail.com>
Tue, 7 Jul 2020 17:47:22 +0000 (19:47 +0200)
committerBorislav Petkov <bp@suse.de>
Tue, 18 Aug 2020 13:49:07 +0000 (15:49 +0200)
commit86109813990b5d6d6cfb8072382ee69d11ea9460
tree983585b94c5a12550941e6f265cb8fc867c52932
parentbf9c912f9a649776c2d741310486a6984edaac72
x86/cpu: Use XGETBV and XSETBV mnemonics in fpu/internal.h

Current minimum required version of binutils is 2.23, which supports
XGETBV and XSETBV instruction mnemonics.

Replace the byte-wise specification of XGETBV and XSETBV with these
proper mnemonics.

Signed-off-by: Uros Bizjak <ubizjak@gmail.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20200707174722.58651-1-ubizjak@gmail.com
arch/x86/include/asm/fpu/internal.h