diff options
author | Radim Krčmář <rkrcmar@redhat.com> | 2015-02-16 14:36:33 (GMT) |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-02-23 21:28:48 (GMT) |
commit | 21bc8dc5b729dbeecb43adff23b74b51321e1897 (patch) | |
tree | d77c9d8059dc505296dd88ed8cfd27ba48689abd /arch/arm | |
parent | 91314cb0053877991fd7b4749bb4b54d6bd6992f (diff) | |
download | linux-21bc8dc5b729dbeecb43adff23b74b51321e1897.tar.xz |
KVM: VMX: fix build without CONFIG_SMP
'apic' is not defined if !CONFIG_X86_64 && !CONFIG_X86_LOCAL_APIC.
Posted interrupt makes no sense without CONFIG_SMP, and
CONFIG_X86_LOCAL_APIC will be set with it.
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/arm')
0 files changed, 0 insertions, 0 deletions