ALSA: hda/realtek - Move some alc236 pintbls to fallback table
[sfrench/cifs-2.6.git] / include / kvm / arm_vgic.h
index 7a30524a80ee8793b446d745c225c5864f50cdc7..af4f09c02bf1c6e9936f5ca52537c13c1cd8c934 100644 (file)
@@ -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;
 
@@ -311,7 +314,6 @@ struct vgic_cpu {
         * parts of the redistributor.
         */
        struct vgic_io_device   rd_iodev;
-       struct vgic_io_device   sgi_iodev;
        struct vgic_redist_region *rdreg;
 
        /* Contains the attributes and gpa of the LPI pending tables. */