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:
7e3ea6d
)
s390: fix /proc/interrupts output
author
Sebastian Ott
<
[email protected]
>
Wed, 25 Mar 2015 15:31:37 +0000
(16:31 +0100)
committer
David S. Miller
<
[email protected]
>
Wed, 25 Mar 2015 15:41:41 +0000
(11:41 -0400)
The irqclass_sub_desc array and enum interruption_class are out of sync
thus /proc/interrupts is broken. Remove IRQIO_CLW.
Signed-off-by: Sebastian Ott <
[email protected]
>
Signed-off-by: Martin Schwidefsky <
[email protected]
>
Signed-off-by: Ursula Braun <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
arch/s390/include/asm/irq.h
patch
|
blob
|
history
diff --git
a/arch/s390/include/asm/irq.h
b/arch/s390/include/asm/irq.h
index 343ea7c987aa196911df1dd0967e5aee099ea5d5..ff95d15a2384760bab3be77bab26eda0ab848a09 100644
(file)
--- a/
arch/s390/include/asm/irq.h
+++ b/
arch/s390/include/asm/irq.h
@@
-57,7
+57,6
@@
enum interruption_class {
IRQIO_TAP,
IRQIO_VMR,
IRQIO_LCS,
- IRQIO_CLW,
IRQIO_CTC,
IRQIO_APB,
IRQIO_ADM,