X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=kernel%2Fsoftirq.c;h=3a94905fa5d27c4d0ef59ad56e83ad353e14f1fa;hb=402168cee1a0b791c54c54a68ae21bb26880f40b;hp=b41fb710e114f5d233c18c37b0e0aee9344fa7d8;hpb=187f81b3d8d315c35c73ac0d05b15a04a0ac3ce7;p=~andy%2Flinux diff --git a/kernel/softirq.c b/kernel/softirq.c index b41fb710e11..3a94905fa5d 100644 --- a/kernel/softirq.c +++ b/kernel/softirq.c @@ -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);