Revision a9851832857dc1e4efefca1713f5cff3e168a25c authored by Heiko Carstens on 29 April 2011, 08:42:19 UTC, committed by Martin Schwidefsky on 29 April 2011, 08:42:25 UTC
pfault, dasd diag and virtio all use the same external interrupt number.
The respective interrupt handlers decide by the subcode if they are
meant to handle the interrupt.
Counting is currently done before looking at the subcode which means
each handler counts an interrupt even if it is not handling it.
Fix this by moving the kstat code after the code which looks at the
subcode.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
1 parent ed96158
History
File Mode Size
6fire
caiaq
misc
usx2y
Kconfig -rw-r--r-- 3.4 KB
Makefile -rw-r--r-- 518 bytes
card.c -rw-r--r-- 19.2 KB
card.h -rw-r--r-- 4.6 KB
clock.c -rw-r--r-- 8.8 KB
clock.h -rw-r--r-- 316 bytes
debug.h -rw-r--r-- 251 bytes
endpoint.c -rw-r--r-- 12.8 KB
endpoint.h -rw-r--r-- 297 bytes
format.c -rw-r--r-- 14.5 KB
format.h -rw-r--r-- 317 bytes
helper.c -rw-r--r-- 2.8 KB
helper.h -rw-r--r-- 1.1 KB
midi.c -rw-r--r-- 61.8 KB
midi.h -rw-r--r-- 1.5 KB
mixer.c -rw-r--r-- 61.1 KB
mixer.h -rw-r--r-- 1.6 KB
mixer_maps.c -rw-r--r-- 11.8 KB
mixer_quirks.c -rw-r--r-- 15.9 KB
mixer_quirks.h -rw-r--r-- 367 bytes
pcm.c -rw-r--r-- 24.9 KB
pcm.h -rw-r--r-- 282 bytes
power.h -rw-r--r-- 375 bytes
proc.c -rw-r--r-- 6.0 KB
proc.h -rw-r--r-- 211 bytes
quirks-table.h -rw-r--r-- 61.6 KB
quirks.c -rw-r--r-- 18.3 KB
quirks.h -rw-r--r-- 682 bytes
urb.c -rw-r--r-- 25.2 KB
urb.h -rw-r--r-- 696 bytes
usbaudio.h -rw-r--r-- 2.8 KB

back to top