summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index b75b28287005..70db597d6fd4 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -958,6 +958,10 @@ struct task_struct {
958 struct mutex_waiter *blocked_on; 958 struct mutex_waiter *blocked_on;
959#endif 959#endif
960 960
961#ifdef CONFIG_DEBUG_ATOMIC_SLEEP
962 int non_block_count;
963#endif
964
961#ifdef CONFIG_TRACE_IRQFLAGS 965#ifdef CONFIG_TRACE_IRQFLAGS
962 unsigned int irq_events; 966 unsigned int irq_events;
963 unsigned long hardirq_enable_ip; 967 unsigned long hardirq_enable_ip;