sched: ems: ontime: Modify to check whether fit_cpus is empty.
authorDaeyeong Lee <daeyeong.lee@samsung.com>
Thu, 14 Jun 2018 01:17:52 +0000 (10:17 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:24:56 +0000 (20:24 +0300)
commitd3c064b417bf6944b247135985d2f8c46cf3d48f
tree134e478479770edc2de9456a45234633a95d8306
parent0fc5cd45537f69d81041c84f0d4458f05b05a869
sched: ems: ontime: Modify to check whether fit_cpus is empty.

- There is a possibility of trouble, when fit_cpus is return with empty.
  To prevent this situation, ontime_select_fit_cpus fucntion return
  whether fit_cpus is empty or not.

Change-Id: Ibcadee7f1c7dd54e074509712ddb3ea05bfc82ef
Signed-off-by: Daeyeong Lee <daeyeong.lee@samsung.com>
kernel/sched/ems/ontime.c