summaryrefslogtreecommitdiff
path: root/kernel/sched/debug.c
diff options
context:
space:
mode:
authorSyed Rameez Mustafa <rameezmustafa@codeaurora.org>2016-07-28 10:53:01 -0700
committerSyed Rameez Mustafa <rameezmustafa@codeaurora.org>2016-08-22 11:32:57 -0700
commite97839440656ab1cae408d36cda646221165c934 (patch)
tree4c052f8c2bd9860e11917a906390b538b6942e7d /kernel/sched/debug.c
parentef1e55638d7d37fdee298ff8821b359052ef17ce (diff)
sched: Remove unused PELT extensions for HMP scheduling
PELT extensions for HMP have never been used since the early days of the HMP scheduler. Furthermore, changes to PELT itself in newer kernel versions render some of the code redundant or incorrect. These extensions have not been tested for a long time and are practically dead code. Remove it so that future upgrades become easier. Change-Id: I029f327406ca00b2370c93134158b61dda3b81e3 Signed-off-by: Syed Rameez Mustafa <rameezmustafa@codeaurora.org>
Diffstat (limited to 'kernel/sched/debug.c')
-rw-r--r--kernel/sched/debug.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/sched/debug.c b/kernel/sched/debug.c
index d1c0ef4bf07d..fc9878eee5df 100644
--- a/kernel/sched/debug.c
+++ b/kernel/sched/debug.c
@@ -417,10 +417,8 @@ static void sched_debug_header(struct seq_file *m)
P(sched_upmigrate);
P(sched_downmigrate);
P(sched_init_task_load_windows);
- P(sched_init_task_load_pelt);
P(min_capacity);
P(max_capacity);
- P(sched_use_pelt);
P(sched_ravg_window);
#endif
#undef PN
@@ -644,7 +642,6 @@ void proc_sched_show_task(struct task_struct *p, struct seq_file *m)
__P(load_avg);
#ifdef CONFIG_SCHED_HMP
P(ravg.demand);
- P(se.avg.runnable_avg_sum_scaled);
#endif
#endif