diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index aaf723308ed4..bdabeee10a78 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -865,10 +865,6 @@ struct task_struct { | |||
865 | struct plist_head pi_waiters; | 865 | struct plist_head pi_waiters; |
866 | /* Deadlock detection and priority inheritance handling */ | 866 | /* Deadlock detection and priority inheritance handling */ |
867 | struct rt_mutex_waiter *pi_blocked_on; | 867 | struct rt_mutex_waiter *pi_blocked_on; |
868 | # ifdef CONFIG_DEBUG_RT_MUTEXES | ||
869 | spinlock_t held_list_lock; | ||
870 | struct list_head held_list_head; | ||
871 | # endif | ||
872 | #endif | 868 | #endif |
873 | 869 | ||
874 | #ifdef CONFIG_DEBUG_MUTEXES | 870 | #ifdef CONFIG_DEBUG_MUTEXES |