Hello! > > obj-$(CONFIG_APIC) += apic.o apic_common.o > > obj-$(CONFIG_ARM_GIC_KVM) += arm_gic_kvm.o > > +ifeq ($(ARCH), aarch64) # Only 64-bit KVM can use these > > +obj-$(CONFIG_ARM_GIC_KVM) += arm_gicv3_kvm.o > > Does it actually fail to compile in a 32-bit KVM config?
I forgot to reply to this. Yes, it does, because KVM_VGIC_V3_ADDR_TYPE_xxx definitions are available only for 64 bits. Kind regards, Pavel Fedin Expert Engineer Samsung Electronics Research center Russia