Merge commit 'jwb/merge' into merge
[firefly-linux-kernel-4.4.55.git] / kernel / softirq.c
index b41fb710e114f5d233c18c37b0e0aee9344fa7d8..3a94905fa5d27c4d0ef59ad56e83ad353e14f1fa 100644 (file)
@@ -213,6 +213,7 @@ restart:
        do {
                if (pending & 1) {
                        int prev_count = preempt_count();
+                       kstat_incr_softirqs_this_cpu(h - softirq_vec);
 
                        trace_softirq_entry(h, softirq_vec);
                        h->action(h);