V4L/DVB (6384): Replace TDA9887_SET_CONFIG by TUNER_SET_CONFIG
[linux-2.6] / include / asm-x86 / pda.h
index 5642634..35962bb 100644 (file)
@@ -29,6 +29,13 @@ struct x8664_pda {
        short isidle;
        struct mm_struct *active_mm;
        unsigned apic_timer_irqs;
+       unsigned irq0_irqs;
+       unsigned irq_resched_count;
+       unsigned irq_call_count;
+       unsigned irq_tlb_count;
+       unsigned irq_thermal_count;
+       unsigned irq_threshold_count;
+       unsigned irq_spurious_count;
 } ____cacheline_aligned_in_smp;
 
 extern struct x8664_pda *_cpu_pda[];