X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=include%2Fkvm%2Farm_vgic.h;fp=include%2Fkvm%2Farm_vgic.h;h=ded50a30e2d5135e6afd9968a45e0583b25ace50;hp=7a30524a80ee8793b446d745c225c5864f50cdc7;hb=24cab82c34aa6f3ede3de1d8621624cb5ef33feb;hpb=d45331b00ddb179e291766617259261c112db872 diff --git a/include/kvm/arm_vgic.h b/include/kvm/arm_vgic.h index 7a30524a80ee..ded50a30e2d5 100644 --- a/include/kvm/arm_vgic.h +++ b/include/kvm/arm_vgic.h @@ -249,6 +249,9 @@ struct vgic_dist { struct list_head lpi_list_head; int lpi_list_count; + /* LPI translation cache */ + struct list_head lpi_translation_cache; + /* used by vgic-debug */ struct vgic_state_iter *iter;