dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/s390/block
Heiko Carstens 420f42ecf4 s390/irq: remove split irq fields from /proc/stat
Now that irq sum accounting for /proc/stat's "intr" line works again we
have the oddity that the sum field (first field) contains only the sum
of the second (external irqs) and third field (I/O interrupts).
The reason for that is that these two fields are already sums of all other
fields. So if we would sum up everything we would count every interrupt
twice.
This is broken since the split interrupt accounting was merged two years
ago: 052ff461c8 "[S390] irq: have detailed
statistics for interrupt types".
To fix this remove the split interrupt fields from /proc/stat's "intr"
line again and only have them in /proc/interrupts.

This restores the old behaviour, seems to be the only sane fix and mimics
a behaviour from other architectures where /proc/interrupts also contains
more than /proc/stat's "intr" line does.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2013-01-08 10:57:07 +01:00
..
Kconfig s390/scm_block: force cluster writes 2012-09-26 15:45:01 +02:00
Makefile s390/scm_block: force cluster writes 2012-09-26 15:45:01 +02:00
dasd.c s390/dasd: add safe offline interface 2012-11-30 15:40:44 +01:00
dasd_3990_erp.c s390/comments: unify copyright messages and remove file names 2012-07-20 11:15:04 +02:00
dasd_alias.c s390/dasd: fix read unit address configuration loop 2012-09-17 09:58:21 +02:00
dasd_devmap.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux 2012-12-13 14:20:19 -08:00
dasd_diag.c s390/irq: remove split irq fields from /proc/stat 2013-01-08 10:57:07 +01:00
dasd_diag.h s390/comments: unify copyright messages and remove file names 2012-07-20 11:15:04 +02:00
dasd_eckd.c s390/irq: remove split irq fields from /proc/stat 2013-01-08 10:57:07 +01:00
dasd_eckd.h s390/comments: unify copyright messages and remove file names 2012-07-20 11:15:04 +02:00
dasd_eer.c s390/comments: unify copyright messages and remove file names 2012-07-20 11:15:04 +02:00
dasd_erp.c s390/comments: unify copyright messages and remove file names 2012-07-20 11:15:04 +02:00
dasd_fba.c s390/irq: remove split irq fields from /proc/stat 2013-01-08 10:57:07 +01:00
dasd_fba.h s390/comments: unify copyright messages and remove file names 2012-07-20 11:15:04 +02:00
dasd_genhd.c s390/comments: unify copyright messages and remove file names 2012-07-20 11:15:04 +02:00
dasd_int.h s390/dasd: add safe offline interface 2012-11-30 15:40:44 +01:00
dasd_ioctl.c s390: use ccw_device_get_schid 2012-11-23 11:14:28 +01:00
dasd_proc.c s390/comments: unify copyright messages and remove file names 2012-07-20 11:15:04 +02:00
dcssblk.c s390/dcssblk: cleanup device attribute usage 2012-10-09 14:16:56 +02:00
scm_blk.c s390/scm_block: force cluster writes 2012-09-26 15:45:01 +02:00
scm_blk.h s390/scm_block: force cluster writes 2012-09-26 15:45:01 +02:00
scm_blk_cluster.c s390/scm_block: force cluster writes 2012-09-26 15:45:01 +02:00
scm_drv.c s390/scm: reorder scm_remove 2012-09-26 15:45:10 +02:00
xpram.c driver-core: remove sysdev.h usage. 2011-12-21 16:26:03 -08:00