parisc: do not count IPI calls twice
[linux-2.6-block.git] / arch / parisc / kernel / smp.c
index 2b96602e812ff9648f0ce9ec66b52e103ddb8a3e..ceda229ea6c2ef60cee170db5d6efe58f0df801b 100644 (file)
@@ -125,11 +125,6 @@ ipi_interrupt(int irq, void *dev_id)
        unsigned long ops;
        unsigned long flags;
 
-       /* Count this now; we may make a call that never returns. */
-       inc_irq_stat(irq_call_count);
-
-       mb();   /* Order interrupt and bit testing. */
-
        for (;;) {
                spinlock_t *lock = &per_cpu(ipi_lock, this_cpu);
                spin_lock_irqsave(lock, flags);