]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
xen/arm: Drop event_mask in arch_vcpu
authorJulien Grall <julien.grall@linaro.org>
Wed, 14 May 2014 13:14:54 +0000 (14:14 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 15 May 2014 15:13:20 +0000 (16:13 +0100)
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 <julien.grall@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/include/asm-arm/domain.h

index a42b292fc6aa5ccbb96cf1f0421d5bc8b7912215..b29692320a36cff8d79bd793ec07463277612c49 100644 (file)
@@ -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 {