]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/mce_intel_64.c
x86: expand /proc/interrupts to include missing vectors, v2
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / mce_intel_64.c
index 6551505d8a2cd8d0c7276d32334bef0b1aed0809..c17eaf5dd6dd4ea820f5057e14f2beb861821ec1 100644 (file)
@@ -26,6 +26,7 @@ asmlinkage void smp_thermal_interrupt(void)
        if (therm_throt_process(msr_val & 1))
                mce_log_therm_throt_event(smp_processor_id(), msr_val);
 
+       add_pda(irq_thermal_count, 1);
        irq_exit();
 }