]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: SVM: Remove unused MAX_INST_SIZE #define
authorSean Christopherson <seanjc@google.com>
Fri, 28 Jan 2022 00:52:03 +0000 (00:52 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 10 Feb 2022 18:47:22 +0000 (13:47 -0500)
commitfd82aeedf4bb3f54e765aeafaa198872bfe4b52b
tree7e1d57a3019ce9047210ccad2286864d04286583
parentb9ea3e1816ea8d120d74761bbac8af7afccd69cd
KVM: SVM: Remove unused MAX_INST_SIZE #define

Remove SVM's MAX_INST_SIZE, which has long since been obsoleted by the
common MAX_INSN_SIZE.  Note, the latter's "insn" is also the generally
preferred abbreviation of instruction.

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20220128005208.4008533-18-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm/svm.c