[COMMON] sched/rt: hooking cpufreq callback
authorJohnlay Park <jonglae.park@samsung.com>
Wed, 28 Feb 2018 13:06:47 +0000 (22:06 +0900)
committerChungwoo Park <cww.park@samsung.com>
Mon, 21 May 2018 08:33:15 +0000 (17:33 +0900)
commit9f362c60332650d47f361d5c1740843bc6b60b03
tree7792cb1063b0be17de290486a98490ef02d48297
parentacf94409f9109e37a4109164a757d672d7d93562
[COMMON] sched/rt: hooking cpufreq callback

The cpufreq hook should be called any time the root RT rq utilization
changes. This can occur when a task is switched to or from the rt
class, or a task moves between groups or CPUs, but these paths
currently do not call the cpufreq hook.

Refer I9e6ef6f34157d8bd51f385c5340756090ec050fe

Change-Id: Ibe6b36c133aa7b90962cb188a0b95fcd779e9d2a
Signed-off-by: Johnlay Park <jonglae.park@samsung.com>
kernel/sched/fair.c
kernel/sched/rt.c
kernel/sched/sched.h