git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
154cd38
)
isdn: hisax: Replace the bogus access to irq stats
author
Thomas Gleixner
<tglx@linutronix.de>
Wed, 29 Sep 2010 20:16:36 +0000
(22:16 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Tue, 12 Oct 2010 14:39:06 +0000
(16:39 +0200)
Abusing irq stats in a driver for counting interrupts is a horrible
idea and not safe with shared interrupts. Replace it by a local
interrupt counter.
Noticed by the attempt to remove the irq stats export.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Ingo Molnar <mingo@elte.hu>
No differences found