[S390] lcs: add support for irq statistics

Add support for LCS I/O interrupt statistics in /proc/interrupts.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
Heiko Carstens
2011-01-05 12:47:35 +01:00
committed by Martin Schwidefsky
부모 f48198d592
커밋 096a61682e
3개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@@ -39,6 +39,7 @@ static const struct irq_class intrclass_names[] = {
{.name = "C70", .desc = "[I/O] 3270" },
{.name = "TAP", .desc = "[I/O] Tape" },
{.name = "VMR", .desc = "[I/O] Unit Record Devices" },
{.name = "LCS", .desc = "[I/O] LCS" },
{.name = "NMI", .desc = "[NMI] Machine Check" },
};