hw_irq.h 263 B

123456789101112131415
  1. #ifndef _ALPHA_HW_IRQ_H
  2. #define _ALPHA_HW_IRQ_H
  3. extern volatile unsigned long irq_err_count;
  4. DECLARE_PER_CPU(unsigned long, irq_pmi_count);
  5. #ifdef CONFIG_ALPHA_GENERIC
  6. #define ACTUAL_NR_IRQS alpha_mv.nr_irqs
  7. #else
  8. #define ACTUAL_NR_IRQS NR_IRQS
  9. #endif
  10. #endif