From: Julien Grall Date: Wed, 14 May 2014 13:14:54 +0000 (+0100) Subject: xen/arm: Drop event_mask in arch_vcpu X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~4996 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6fedf29bf3ff8a2391eef7c45244406ec4900f88;p=xen.git 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 --- 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 {