]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - arch/x86/kvm/svm.c
KVM: SVM: move nested_svm_intr main logic out of if-clause
authorJoerg Roedel <joerg.roedel@amd.com>
Fri, 7 Aug 2009 09:49:46 +0000 (11:49 +0200)
committerAvi Kivity <avi@redhat.com>
Thu, 10 Sep 2009 07:46:36 +0000 (10:46 +0300)
commit26666957a58fab7c8a4a31f1ab24d3bbf4c58c7a
tree1bfeba7ec127deb3ae05cebd118dada7b2ef866e
parentcda0ffdd862d36d0b054249ce920f00d1dbae037
KVM: SVM: move nested_svm_intr main logic out of if-clause

This patch removes one indentation level from nested_svm_intr and
makes the logic more readable.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/svm.c