revert test work, keep hotplug fix
[lttv.git] / ltt / branches / poly / lttv / lttv / state.c
index 3c73641de9aacb4030b7420dca25b40eca402da2..6fb3b2afd2d6450a9b8019e65e2ea5506f1737b8 100644 (file)
@@ -2557,7 +2557,8 @@ static gboolean soft_irq_raise(void *hook_data, void *call_data)
   }
 
   /* update softirq status */
-  ts->soft_irq_states[softirq].pending++;
+  /* a soft irq raises are not cumulative */
+  ts->soft_irq_states[softirq].pending=1;
 
   return FALSE;
 }
This page took 0.023558 seconds and 4 git commands to generate.