ems: frt: Support activated_cpus to reflect system_idle
authorYoungtae Lee <yt0729.lee@samsung.com>
Thu, 6 Sep 2018 00:51:34 +0000 (09:51 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:24:57 +0000 (20:24 +0300)
commit28b9cc1320874827cf26356203506f238a7e5df1
tree189d556e14c4624ce0ee5415d6ce9496c97cebd8
parent0fc754f339cc92f30c06435f22683a38efa35fcd
ems: frt: Support activated_cpus to reflect system_idle

If cluster A is idle and cluster B slower than cluster A is also idle,
frt removes cpus of cluster A from prefer_cpus.
and then "find_idle_cpu" selects idle cpu among activated_cpus.

Change-Id: If321de699b11202c5156e2beb1e7dfa543acd223
Signed-off-by: Youngtae Lee <yt0729.lee@samsung.com>
kernel/sched/rt.c