diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2013-06-04 05:33:43 -0400 |
---|---|---|
committer | Christoffer Dall <christoffer.dall@linaro.org> | 2014-07-11 07:57:32 -0400 |
commit | 8d6a0313c125c3c7b208b75695fe6ab00afab4c5 (patch) | |
tree | 02d5306de713ec2a3493710626c73f1b8950cb9d /include/kvm | |
parent | 69bb2c9fbc11d9d4358fbb798db15c9092eb4d8c (diff) |
KVM: ARM: vgic: abstract EISR bitmap access
Move the GICH_EISR access to its own function.
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'include/kvm')
-rw-r--r-- | include/kvm/arm_vgic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/kvm/arm_vgic.h b/include/kvm/arm_vgic.h index 38864f5e47bc..ccb9b59818f4 100644 --- a/include/kvm/arm_vgic.h +++ b/include/kvm/arm_vgic.h | |||
@@ -86,6 +86,7 @@ struct vgic_ops { | |||
86 | void (*set_lr)(struct kvm_vcpu *, int, struct vgic_lr); | 86 | void (*set_lr)(struct kvm_vcpu *, int, struct vgic_lr); |
87 | void (*sync_lr_elrsr)(struct kvm_vcpu *, int, struct vgic_lr); | 87 | void (*sync_lr_elrsr)(struct kvm_vcpu *, int, struct vgic_lr); |
88 | u64 (*get_elrsr)(const struct kvm_vcpu *vcpu); | 88 | u64 (*get_elrsr)(const struct kvm_vcpu *vcpu); |
89 | u64 (*get_eisr)(const struct kvm_vcpu *vcpu); | ||
89 | }; | 90 | }; |
90 | 91 | ||
91 | struct vgic_dist { | 92 | struct vgic_dist { |