|
@@ -553,6 +553,8 @@ void mm_release(struct task_struct *tsk, struct mm_struct *mm)
|
|
|
tsk->compat_robust_list = NULL;
|
|
tsk->compat_robust_list = NULL;
|
|
|
}
|
|
}
|
|
|
#endif
|
|
#endif
|
|
|
|
|
+ if (unlikely(!list_empty(&tsk->pi_state_list)))
|
|
|
|
|
+ exit_pi_state_list(tsk);
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
/* Get rid of any cached register state */
|
|
/* Get rid of any cached register state */
|