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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 68b38335d33c..92fb8dd5a9e4 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -812,8 +812,7 @@ struct task_struct {
812 812
813#ifdef CONFIG_RT_MUTEXES 813#ifdef CONFIG_RT_MUTEXES
814 /* PI waiters blocked on a rt_mutex held by this task: */ 814 /* PI waiters blocked on a rt_mutex held by this task: */
815 struct rb_root pi_waiters; 815 struct rb_root_cached pi_waiters;
816 struct rb_node *pi_waiters_leftmost;
817 /* Updated under owner's pi_lock and rq lock */ 816 /* Updated under owner's pi_lock and rq lock */
818 struct task_struct *pi_top_task; 817 struct task_struct *pi_top_task;
819 /* Deadlock detection and priority inheritance handling: */ 818 /* Deadlock detection and priority inheritance handling: */