softirq: Add RT specific softirq accounting
[sfrench/cifs-2.6.git] / include / linux / sched.h
index ef00bb22164cd60291aa4b3c9761a26e865ef505..743a613c9cf3e85f3d61cabf0e49a523931d803a 100644 (file)
@@ -1044,6 +1044,9 @@ struct task_struct {
        int                             softirq_context;
        int                             irq_config;
 #endif
+#ifdef CONFIG_PREEMPT_RT
+       int                             softirq_disable_cnt;
+#endif
 
 #ifdef CONFIG_LOCKDEP
 # define MAX_LOCK_DEPTH                        48UL