diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2014-02-24 01:40:14 +0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2014-03-04 20:37:53 +0400 |
commit | 792d0018a5fe31ef8ef9d07a7a02081d4abdf6b7 (patch) | |
tree | 478e4cb710e6c3598451e56a3860bc3c976f857e /kernel/sys_ni.c | |
parent | 02893afdd310fab8f41f6afbe5233c6609ec19ed (diff) | |
download | linux-792d0018a5fe31ef8ef9d07a7a02081d4abdf6b7.tar.xz |
genirq: Add a kstat helper to increment irq stats
There is a common pattern all over the place:
kstat_incr_irqs_this_cpu(irq, irq_to_desc(irq));
This results in a call to core code anyway. So provide a function
which does the same thing in core.
While at it, replace the butt ugly macro with an inline.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20140223212737.422068876@linutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel/sys_ni.c')
0 files changed, 0 insertions, 0 deletions