|
@@ -933,8 +933,8 @@ asmlinkage long sys_set_tid_address(int __user *tidptr)
|
|
|
|
|
|
static inline void rt_mutex_init_task(struct task_struct *p)
|
|
static inline void rt_mutex_init_task(struct task_struct *p)
|
|
{
|
|
{
|
|
-#ifdef CONFIG_RT_MUTEXES
|
|
|
|
spin_lock_init(&p->pi_lock);
|
|
spin_lock_init(&p->pi_lock);
|
|
|
|
+#ifdef CONFIG_RT_MUTEXES
|
|
plist_head_init(&p->pi_waiters, &p->pi_lock);
|
|
plist_head_init(&p->pi_waiters, &p->pi_lock);
|
|
p->pi_blocked_on = NULL;
|
|
p->pi_blocked_on = NULL;
|
|
#endif
|
|
#endif
|