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)
committerlakkyung.jung <lakkyung.jung@samsung.com>
Mon, 23 Jul 2018 05:59:30 +0000 (14:59 +0900)
commitdfe76a61c4994fb15245d933f33e88243d9ebe21
tree13d9f23b8b73912196c019683c73d128a8df46d0
parentb8db687a4a40af43bc9c7becee14ae08ae98cb80
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