From 7787b870c54a6ba7b002b097efa08a8af54698f7 Mon Sep 17 00:00:00 2001 From: Youngtae Lee Date: Mon, 17 Sep 2018 18:42:57 +0900 Subject: [PATCH] ems: frt: Disable cache-hot Change-Id: I8ee0adc10fbac465eef46bae604d301cc827cd25 Signed-off-by: Youngtae Lee --- kernel/sched/rt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/sched/rt.c b/kernel/sched/rt.c index 26bcec32dc86..f82a43b7d914 100644 --- a/kernel/sched/rt.c +++ b/kernel/sched/rt.c @@ -2645,6 +2645,7 @@ static int find_victim_rt_rq(struct task_struct *task, const struct cpumask *sg_ static int check_cache_hot(struct task_struct *task, int flags, int *best_cpu) { int cpu = smp_processor_id(); + return false; /* * 3. Cache hot : packing the callee and caller, * when there is nothing to run except callee, or -- 2.20.1