From 6fedf29bf3ff8a2391eef7c45244406ec4900f88 Mon Sep 17 00:00:00 2001 From: Julien Grall Date: Wed, 14 May 2014 14:14:54 +0100 Subject: [PATCH] xen/arm: Drop event_mask in arch_vcpu This field has not been used since a while, last use was before the commit 4df76b3 "xen/arm: disable the event optimization in the gic" back in July 2012. Signed-off-by: Julien Grall Acked-by: Ian Campbell --- xen/include/asm-arm/domain.h | 1 - 1 file changed, 1 deletion(-) diff --git a/xen/include/asm-arm/domain.h b/xen/include/asm-arm/domain.h index a42b292fc6..b29692320a 100644 --- a/xen/include/asm-arm/domain.h +++ b/xen/include/asm-arm/domain.h @@ -256,7 +256,6 @@ struct arch_vcpu uint32_t gic_hcr, gic_vmcr, gic_apr; uint32_t gic_lr[64]; - uint64_t event_mask; uint64_t lr_mask; struct { -- 2.30.2