Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel...
[pandora-kernel.git] / arch / x86 / kernel / cpu / mcheck / mce_amd_64.c
index a1de80f..a5a5e05 100644 (file)
@@ -248,7 +248,7 @@ asmlinkage void mce_threshold_interrupt(void)
                }
        }
 out:
-       add_pda(irq_threshold_count, 1);
+       inc_irq_stat(irq_threshold_count);
        irq_exit();
 }