ARM: vGICv3: remove rdist_stride from VGIC structure
authorAndre Przywara <andre.przywara@linaro.org>
Fri, 9 Mar 2018 15:11:20 +0000 (15:11 +0000)
committerJulien Grall <julien.grall@arm.com>
Mon, 12 Mar 2018 11:42:18 +0000 (11:42 +0000)
commit569a2f735f4021097b0af8fc4734353f3cbdf880
tree767bb261c72b13832dee4695f980c79f165b3c82
parentfaae7a7f3a696ef2cbd19cff1c6448e338380798
ARM: vGICv3: remove rdist_stride from VGIC structure

The last patch removed the usage of the hardware's redistributor-stride
value from our (Dom0) GICv3 emulation. This means we no longer need to
store this value in the VGIC data structure.
Remove that variable and every code snippet that handled that, instead
simply always use the architected value.

Signed-off-by: Andre Przywara <andre.przywara@linaro.org>
Acked-by: Julien Grall <julien.grall@linaro.org>
xen/arch/arm/gic-v3.c
xen/arch/arm/vgic-v3.c
xen/include/asm-arm/domain.h
xen/include/asm-arm/vgic.h
xen/include/public/arch-arm.h