summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-06-28 13:57:18 (GMT)
committerScott Wood <scottwood@freescale.com>2014-05-14 18:38:21 (GMT)
commit6e98c393b60c75916c1c65cb5fe6aed4889bdfdb (patch)
tree06bb13b0fe8bd21881cc54cf60d4ab24c8398c02 /include/linux/sched.h
parentca0fec61af6504dc450f6d7780acb4a566a4d847 (diff)
downloadlinux-fsl-qoriq-6e98c393b60c75916c1c65cb5fe6aed4889bdfdb.tar.xz
softirq-local-lock.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 6714813..b6a1bfe 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1439,6 +1439,7 @@ struct task_struct {
#endif
#ifdef CONFIG_PREEMPT_RT_BASE
struct rcu_head put_rcu;
+ int softirq_nestcnt;
#endif
};