commit | f8543d6a977a1bdb37eb13ad81ef2874526209b0 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Jan 08 13:42:24 2016 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Feb 09 16:57:14 2016 +0100 |
tree | 283b8166f503e935386f7f5c8e8ae96fc3f2968b | |
parent | b6ce978067e75187d3c30f59b60d390a29374fab [diff] |
KVM: APIC: remove unnecessary double checks on APIC existence Usually the in-kernel APIC's existence is checked in the caller. Do not bother checking it again in lapic.c. Reviewed-by: Radim Krčmář <rkrcmar@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>