arm/gic: Remove member hcr of structure gic_v3
authorMichal Orzel <michal.orzel@arm.com>
Wed, 5 May 2021 07:43:02 +0000 (09:43 +0200)
committerJulien Grall <jgrall@amazon.com>
Mon, 10 May 2021 17:16:34 +0000 (18:16 +0100)
... as it is never used even in the patch introducing it.

Signed-off-by: Michal Orzel <michal.orzel@arm.com>
Acked-by: Julien Grall <jgrall@amazon.com>
xen/include/asm-arm/gic.h

index ad0f7452d0058c15ca8404d3fbafacd012c1fca9..5069ab4aacb2ac8e41f7b2c8023665ba307e49ab 100644 (file)
  * GICv3 registers that needs to be saved/restored
  */
 struct gic_v3 {
-    uint32_t hcr, vmcr, sre_el1;
+    uint32_t vmcr, sre_el1;
     uint32_t apr0[4];
     uint32_t apr1[4];
     uint64_t lr[16];