KVM: SVM: Fix schedule-while-atomic on nested exception handling
authorJoerg Roedel <joerg.roedel@amd.com>
Fri, 19 Feb 2010 15:23:02 +0000 (16:23 +0100)
committerAvi Kivity <avi@redhat.com>
Sun, 25 Apr 2010 09:34:10 +0000 (12:34 +0300)
commitb8e88bc8ffba5fe53fb8d8a0a4be3bbcffeebe56
tree609785cf43eabd9308a1435fb5ffd50f77f6a5fd
parent7597f129d8b6799da7a264e6d6f7401668d3a36d
KVM: SVM: Fix schedule-while-atomic on nested exception handling

Move the actual vmexit routine out of code that runs with
irqs and preemption disabled.

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