sched: Add snapshot of Window Assisted Load Tracking (WALT)

This snapshot is taken from msm-4.14 as of
commit 871eac76e6be567 ("sched: Improve the scheduler").

Change-Id: Ib4e0b39526d3009cedebb626ece5a767d8247846
Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
This commit is contained in:
Satya Durga Srinivasu Prabhala
2018-11-07 13:55:58 -08:00
parent a3d9530ab5
commit 7ebdf76d85
25 changed files with 6798 additions and 81 deletions

View File

@@ -2089,6 +2089,7 @@ static __latent_entropy struct task_struct *copy_process(
perf_event_free_task(p);
bad_fork_cleanup_policy:
lockdep_free_task(p);
free_task_load_ptrs(p);
#ifdef CONFIG_NUMA
mpol_put(p->mempolicy);
bad_fork_cleanup_threadgroup_lock: