aboutsummaryrefslogtreecommitdiff
path: root/arch/alpha/include/asm/hw_irq.h
blob: 5050ac81cd90281effea54f2e9c0e2c9f2da5198 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _ALPHA_HW_IRQ_H
#define _ALPHA_HW_IRQ_H


extern volatile unsigned long irq_err_count;
DECLARE_PER_CPU(unsigned long, irq_pmi_count);

#ifdef CONFIG_ALPHA_GENERIC
#define ACTUAL_NR_IRQS	alpha_mv.nr_irqs
#else
#define ACTUAL_NR_IRQS	NR_IRQS
#endif

#endif