Skip to content

Commit a21748c

Browse files
committed
mn10300: Use the core irq stats function
Let the core do the irq_desc resolution. No functional change. Signed-off-by: Thomas Gleixner <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: David Howells <[email protected]> Cc: mn10300 <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Thomas Gleixner <[email protected]>
1 parent 770144e commit a21748c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mn10300/kernel/mn10300-watchdog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ void watchdog_interrupt(struct pt_regs *regs, enum exception_code excep)
142142
NMICR = NMICR_WDIF;
143143

144144
nmi_count(smp_processor_id())++;
145-
kstat_incr_irqs_this_cpu(irq, irq_to_desc(irq));
145+
kstat_incr_irq_this_cpu(irq);
146146

147147
for_each_online_cpu(cpu) {
148148

0 commit comments

Comments
 (0)