]> xenbits.xensource.com Git - people/dariof/xen.git/commitdiff
xen/arm: Don't build GICv3 with the new vGIC
authorJulien Grall <julien.grall@arm.com>
Fri, 19 Oct 2018 14:23:55 +0000 (15:23 +0100)
committerStefano Stabellini <sstabellini@kernel.org>
Fri, 19 Oct 2018 19:50:11 +0000 (12:50 -0700)
Commit 54ec59f6b0 "xen/arm: vgic-v3: Don't create empty re-distributor
regions" breaks compilation when using the new vGIC.

This is because the field nr_regions is not existing in the vgic
structure. For simplicity, as vGICv3 is not yet imported, disable GICv3.

Reported-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/Kconfig

index c0e969e45a167169c13d3397841fcc3299539a30..581de67b6b374bae25502c6308f4d7b281ad9696 100644 (file)
@@ -40,7 +40,7 @@ config ACPI
 
 config GICV3
        bool "GICv3 driver"
-       depends on ARM_64
+       depends on ARM_64 && !NEW_VGIC
        default y
        ---help---