aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fork.c')
-rw-r--r--kernel/fork.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/fork.c b/kernel/fork.c
index 6c463c80e93d..b30196a00b0d 100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -1438,6 +1438,7 @@ static void rt_mutex_init_task(struct task_struct *p)
1438#ifdef CONFIG_RT_MUTEXES 1438#ifdef CONFIG_RT_MUTEXES
1439 p->pi_waiters = RB_ROOT; 1439 p->pi_waiters = RB_ROOT;
1440 p->pi_waiters_leftmost = NULL; 1440 p->pi_waiters_leftmost = NULL;
1441 p->pi_top_task = NULL;
1441 p->pi_blocked_on = NULL; 1442 p->pi_blocked_on = NULL;
1442#endif 1443#endif
1443} 1444}