[COMMON] sched/rt: introduce FRT scheduler
authorJohnlay Park <jonglae.park@samsung.com>
Thu, 22 Mar 2018 14:53:43 +0000 (23:53 +0900)
committerChungwoo Park <cww.park@samsung.com>
Mon, 21 May 2018 08:33:16 +0000 (17:33 +0900)
commit65b208cf4f0288ce8a337c84171f847643267ca4
tree39de6b84b8a9eda839700200a837fa5a8ba3a67a
parentf44a1c693faad61e7b4d5d7f11874937cba84ce1
[COMMON] sched/rt: introduce FRT scheduler

Cpu selection logic change for fluid scheduling.
Fluid RT Scheduler consider task load for core selection
and it can victim higher priority rt task.
because Fluid RT scheduler make a decision through
weighted load by priority.

Change-Id: I40c3c93d4fcf985b0002796748037cacd04e813e
Signed-off-by: Johnlay Park <jonglae.park@samsung.com>
include/linux/sched.h
init/Kconfig
kernel/sched/core.c
kernel/sched/ehmp.c
kernel/sched/rt.c
kernel/sched/sched.h