https://github.com/torvalds/linux
Revision e42eef4ba38806b18c4a74f0c276fb2e0b548173 authored by Arnd Bergmann on 04 October 2017, 10:28:18 UTC, committed by Radim Krčmář on 05 October 2017, 17:55:48 UTC
The rework of the posted interrupt handling broke building without
support for the local APIC:

ERROR: "boot_cpu_physical_apicid" [arch/x86/kvm/kvm-intel.ko] undefined!

That configuration is probably not particularly useful anyway, so
we can avoid the randconfig failures by adding a Kconfig dependency.

Fixes: 8b306e2f3c41 ("KVM: VMX: avoid double list add with VT-d posted interrupts")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
1 parent f26e601
History
Tip revision: e42eef4ba38806b18c4a74f0c276fb2e0b548173 authored by Arnd Bergmann on 04 October 2017, 10:28:18 UTC
KVM: add X86_LOCAL_APIC dependency
Tip revision: e42eef4
File Mode Size
.gitignore -rw-r--r-- 39 bytes
Makefile -rw-r--r-- 2.7 KB

back to top