|
@@ -42,7 +42,6 @@ static irq_node_t nodes[NUM_IRQ_NODES];
|
|
/* The number of spurious interrupts */
|
|
/* The number of spurious interrupts */
|
|
volatile unsigned int num_spurious;
|
|
volatile unsigned int num_spurious;
|
|
|
|
|
|
-unsigned int local_bh_count[NR_CPUS];
|
|
|
|
unsigned int local_irq_count[NR_CPUS];
|
|
unsigned int local_irq_count[NR_CPUS];
|
|
|
|
|
|
static irqreturn_t default_irq_handler(int irq, void *ptr)
|
|
static irqreturn_t default_irq_handler(int irq, void *ptr)
|