From: Julien Grall Date: Fri, 19 Oct 2018 14:23:55 +0000 (+0100) Subject: xen/arm: Don't build GICv3 with the new vGIC X-Git-Tag: archive/raspbian/4.11.1+26-g87f51bf366-3+rpi1~1^2~66^2~18 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=df1debf494ac38c95abb602b2b3057613de06b47;p=xen.git xen/arm: Don't build GICv3 with the new vGIC 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 Signed-off-by: Julien Grall Reviewed-by: Stefano Stabellini (cherry picked from commit 62aa9e7f1b8ef64b8c7c1dacb1122351cb9fd132) --- diff --git a/xen/arch/arm/Kconfig b/xen/arch/arm/Kconfig index 8174c0c635..7803c98a7f 100644 --- a/xen/arch/arm/Kconfig +++ b/xen/arch/arm/Kconfig @@ -12,7 +12,7 @@ config ARM_32 config ARM_64 def_bool y depends on 64BIT - select HAS_GICV3 + select HAS_GICV3 if !NEW_VGIC config ARM def_bool y