projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dc5e25
)
ems: frt: Disable cache-hot
author
Youngtae Lee
<yt0729.lee@samsung.com>
Mon, 17 Sep 2018 09:42:57 +0000
(18:42 +0900)
committer
hskang
<hs1218.kang@samsung.com>
Wed, 10 Oct 2018 12:59:58 +0000
(21:59 +0900)
Change-Id: I8ee0adc10fbac465eef46bae604d301cc827cd25
Signed-off-by: Youngtae Lee <yt0729.lee@samsung.com>
kernel/sched/rt.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/sched/rt.c
b/kernel/sched/rt.c
index 26bcec32dc86bbfa21355d519e1931f68dd1d88d..f82a43b7d9146f7cc0fd25206a933101c87c729d 100644
(file)
--- 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