]> git.baikalelectronics.ru Git - kernel.git/commit
x86/kvm: Simplify FOP_SETCC()
authorJosh Poimboeuf <jpoimboe@kernel.org>
Thu, 18 Aug 2022 15:53:42 +0000 (08:53 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 19 Aug 2022 08:05:42 +0000 (04:05 -0400)
commit29147c036475fb91ff5e253edd816258ef42dca7
treef56a8fa08d805789375fa930fdd52a797d0d01e1
parent2e52579d6dbc457e0bccc9d8710cbbe609af773a
x86/kvm: Simplify FOP_SETCC()

SETCC_ALIGN and FOP_ALIGN are both 16.  Remove the special casing for
FOP_SETCC() and just make it a normal fastop.

Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
Message-Id: <7c13d94d1a775156f7e36eed30509b274a229140.1660837839.git.jpoimboe@kernel.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/emulate.c