https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 0558ba13697f5e2da42509def992a69c2ccc7429 authored by Jason Self on 24 October 2011, 07:10:51 UTC
Linux-libre 3.1-gnu1
Tip revision: 0558ba1
hw_irq.h
#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
back to top