aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorAndrew Jones <drjones@redhat.com>2014-01-15 13:39:59 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2014-01-15 13:42:14 +0100
commit0dce7cd67fd9055c4a2ff278f8af1431e646d346 (patch)
tree454bfdea72661a0e3e4295a9ee2f9a12dc63b815 /kernel
parentLinux 3.13-rc8 (diff)
downloadlinux-dev-0dce7cd67fd9055c4a2ff278f8af1431e646d346.tar.xz
linux-dev-0dce7cd67fd9055c4a2ff278f8af1431e646d346.zip
kvm: x86: fix apic_base enable check
Commit e66d2ae7c67bd moved the assignment vcpu->arch.apic_base = value above a condition with (vcpu->arch.apic_base ^ value), causing that check to always fail. Use old_value, vcpu->arch.apic_base's old value, in the condition instead. Signed-off-by: Andrew Jones <drjones@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions