From 7de4b810426f4286940eedc8e8ba3aa6103314b3 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 64cf7c2a7c3e..e6cdb453aeeb 100644 --- a/kernel/sched/rt.c +++ b/kernel/sched/rt.c @@ -2661,6 +2661,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