Commit d68080e6 authored by Miles Bader's avatar Miles Bader Committed by Linus Torvalds

[PATCH] Update v850 to use kstat_cpu in irqs.c

Update v850 to use kstat_cpu in irqs.c
parent 66113b57
...@@ -252,7 +252,7 @@ unsigned int handle_irq (int irq, struct pt_regs *regs) ...@@ -252,7 +252,7 @@ unsigned int handle_irq (int irq, struct pt_regs *regs)
unsigned int status; unsigned int status;
irq_enter(); irq_enter();
kstat.irqs[cpu][irq]++; kstat_cpu(cpu).irqs[irq]++;
spin_lock(&desc->lock); spin_lock(&desc->lock);
desc->handler->ack(irq); desc->handler->ack(irq);
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment