sched/deadline: Fix sparse static warnings
[firefly-linux-kernel-4.4.55.git] / kernel / fork.c
index 7049ae526a54e91e2d74fc65971987a2433088ee..01b450a61abdc56cb57dbd5aef3a967fcb8507e8 100644 (file)
@@ -1090,6 +1090,7 @@ static void rt_mutex_init_task(struct task_struct *p)
        p->pi_waiters = RB_ROOT;
        p->pi_waiters_leftmost = NULL;
        p->pi_blocked_on = NULL;
+       p->pi_top_task = NULL;
 #endif
 }