Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9767aee5 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sched: Call sched_exit() when a task is exiting" into msm-4.9

parents 03de8361 d5b9f97f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -778,6 +778,7 @@ void __noreturn do_exit(long code)

	exit_signals(tsk);  /* sets PF_EXITING */

	sched_exit(tsk);
	schedtune_exit_task(tsk);

	/*