From: Radim Krčmář Date: Mon, 16 Feb 2015 14:36:33 +0000 (+0100) Subject: KVM: VMX: fix build without CONFIG_SMP X-Git-Tag: omap-for-v4.1/wl12xx-dt~64^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21bc8dc5b729dbeecb43adff23b74b51321e1897;p=pandora-kernel.git 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 Signed-off-by: Radim Krčmář Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed