sched: ems: ontime: Use get_cpu_mips instead of capacity_orig_of.
authorDaeyeong Lee <daeyeong.lee@samsung.com>
Tue, 12 Jun 2018 06:15:42 +0000 (15:15 +0900)
committerlakkyung.jung <lakkyung.jung@samsung.com>
Mon, 23 Jul 2018 05:59:23 +0000 (14:59 +0900)
commit89b581f5723bba7fb2cfc0f4f96acf929923b863
tree365e2360420765a80adb76ba664c95a9b210e179
parent9cbebc4cb878626338e2e2cab81f9756068b47c9
sched: ems: ontime: Use get_cpu_mips instead of capacity_orig_of.

- The value of capacity_orig_of can be changed at runtime.
  Ontime feature need to use stable value that indicating performance of cpu.
  So use get_cpu_mips instead of capacity_orig_of.

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