diff options
author | Helge Deller <deller@gmx.de> | 2013-05-06 15:20:26 -0400 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2013-05-07 16:39:22 -0400 |
commit | cd85d5514d5c4d7e78abac923fc032457d0c5091 (patch) | |
tree | b8a9ce478be624481fa8ec7341dd0ab96e7fb7ca /arch/parisc/include/asm/processor.h | |
parent | 200c880420a2c02a0899120ce52d801fad705b90 (diff) |
parisc: more irq statistics in /proc/interrupts
Add framework and initial values for more fine grained statistics in
/proc/interrupts.
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/include/asm/processor.h')
-rw-r--r-- | arch/parisc/include/asm/processor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/parisc/include/asm/processor.h b/arch/parisc/include/asm/processor.h index 242f06a5fbd8..064015547d1e 100644 --- a/arch/parisc/include/asm/processor.h +++ b/arch/parisc/include/asm/processor.h | |||
@@ -112,7 +112,6 @@ struct cpuinfo_parisc { | |||
112 | unsigned long txn_addr; /* MMIO addr of EIR or id_eid */ | 112 | unsigned long txn_addr; /* MMIO addr of EIR or id_eid */ |
113 | #ifdef CONFIG_SMP | 113 | #ifdef CONFIG_SMP |
114 | unsigned long pending_ipi; /* bitmap of type ipi_message_type */ | 114 | unsigned long pending_ipi; /* bitmap of type ipi_message_type */ |
115 | unsigned long ipi_count; /* number ipi Interrupts */ | ||
116 | #endif | 115 | #endif |
117 | unsigned long bh_count; /* number of times bh was invoked */ | 116 | unsigned long bh_count; /* number of times bh was invoked */ |
118 | unsigned long prof_counter; /* per CPU profiling support */ | 117 | unsigned long prof_counter; /* per CPU profiling support */ |