]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/s390/kvm/kvm_virtio.c
Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[karo-tx-linux.git] / drivers / s390 / kvm / kvm_virtio.c
index b846b6c4130ab6b292c672cf7915e9002752ed39..03a15e016778c60b246b40ae173fd6dd9866935f 100644 (file)
@@ -392,7 +392,7 @@ static void kvm_extint_handler(struct ext_code ext_code,
 
        if ((ext_code.subcode & 0xff00) != VIRTIO_SUBCODE_64)
                return;
-       kstat_cpu(smp_processor_id()).irqs[EXTINT_VRT]++;
+       inc_irq_stat(IRQEXT_VRT);
 
        /* The LSB might be overloaded, we have to mask it */
        vq = (struct virtqueue *)(param64 & ~1UL);