Skip to content

Commit 770144e

Browse files
committed
x86: Xen: Use the core irq stats function
Let the core do the irq_desc resolution. No functional change. Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: David Vrabel <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Konrad Rzeszutek Wilk <[email protected]> Cc: Xen <[email protected]> Cc: x86 <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Thomas Gleixner <[email protected]>
1 parent 87a69ad commit 770144e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/xen/spinlock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ __visible void xen_lock_spinning(struct arch_spinlock *lock, __ticket_t want)
183183

184184
local_irq_save(flags);
185185

186-
kstat_incr_irqs_this_cpu(irq, irq_to_desc(irq));
186+
kstat_incr_irq_this_cpu(irq);
187187
out:
188188
cpumask_clear_cpu(cpu, &waiting_cpus);
189189
w->lock = NULL;

0 commit comments

Comments
 (0)