projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
770144e
)
mn10300: Use the core irq stats function
author
Thomas Gleixner
<
[email protected]
>
Sun, 23 Feb 2014 21:40:16 +0000
(21:40 +0000)
committer
Thomas Gleixner
<
[email protected]
>
Tue, 4 Mar 2014 16:37:53 +0000
(17:37 +0100)
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]
>
arch/mn10300/kernel/mn10300-watchdog.c
patch
|
blob
|
history
diff --git
a/arch/mn10300/kernel/mn10300-watchdog.c
b/arch/mn10300/kernel/mn10300-watchdog.c
index db64a7166c095850c6bf18fcadcdaa3a444859fe..a2d8e6938d6716bca53162a00775291bca58d227 100644
(file)
--- a/
arch/mn10300/kernel/mn10300-watchdog.c
+++ b/
arch/mn10300/kernel/mn10300-watchdog.c
@@
-142,7
+142,7
@@
void watchdog_interrupt(struct pt_regs *regs, enum exception_code excep)
NMICR = NMICR_WDIF;
nmi_count(smp_processor_id())++;
- kstat_incr_irq
s_this_cpu(irq, irq_to_desc(irq)
);
+ kstat_incr_irq
_this_cpu(irq
);
for_each_online_cpu(cpu) {