]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/kvm/arm_vgic.h
Merge remote-tracking branch 'kvm/linux-next'
[karo-tx-linux.git] / include / kvm / arm_vgic.h
index f62addc17dcf0e1a611e93e4c0adc12601b13e4f..9c747cb14ad88809b9c77df72d8c0563f0230319 100644 (file)
@@ -280,7 +280,7 @@ struct vgic_v2_cpu_if {
 };
 
 struct vgic_v3_cpu_if {
-#ifdef CONFIG_ARM_GIC_V3
+#ifdef CONFIG_KVM_ARM_VGIC_V3
        u32             vgic_hcr;
        u32             vgic_vmcr;
        u32             vgic_sre;       /* Restored only, change ignored */
@@ -354,7 +354,7 @@ int kvm_vgic_unmap_phys_irq(struct kvm_vcpu *vcpu, struct irq_phys_map *map);
 int vgic_v2_probe(struct device_node *vgic_node,
                  const struct vgic_ops **ops,
                  const struct vgic_params **params);
-#ifdef CONFIG_ARM_GIC_V3
+#ifdef CONFIG_KVM_ARM_VGIC_V3
 int vgic_v3_probe(struct device_node *vgic_node,
                  const struct vgic_ops **ops,
                  const struct vgic_params **params);