diff mbox

[Xen-devel] xen/arm: Drop event_mask in arch_vcpu

Message ID 1400073294-5363-1-git-send-email-julien.grall@linaro.org
State Accepted, archived
Headers show

Commit Message

Julien Grall May 14, 2014, 1:14 p.m. UTC
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>
---
 xen/include/asm-arm/domain.h |    1 -
 1 file changed, 1 deletion(-)

Comments

Ian Campbell May 15, 2014, 3:57 p.m. UTC | #1
On Wed, 2014-05-14 at 14:14 +0100, Julien Grall wrote:
> 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 + Applied, thanks.
diff mbox

Patch

diff --git a/xen/include/asm-arm/domain.h b/xen/include/asm-arm/domain.h
index a42b292..b296923 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 {