mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
ANDROID: sched: Export symbols for vendor EAS wakup path function
It needs to export some symbols so that vendor module could reference. Bug: 170507310 Signed-off-by: Rick Yiu <rickyiu@google.com> Change-Id: I1b3c3ea8d0a11c01a1ca9e124e93f85e52856dc4 (cherry picked from commit a61271a41a2c2825a51bd7655fc446e16d23f5f6) Signed-off-by: Will McVicker <willmcvicker@google.com>
This commit is contained in:
parent
846bf8e8cb
commit
658c60b75a
|
|
@ -283,6 +283,7 @@ unsigned long schedutil_cpu_util(int cpu, unsigned long util_cfs,
|
|||
|
||||
return min(max, util);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(schedutil_cpu_util);
|
||||
|
||||
static unsigned long sugov_get_util(struct sugov_cpu *sg_cpu)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -306,6 +306,7 @@ int __update_load_avg_blocked_se(u64 now, struct sched_entity *se)
|
|||
|
||||
return 0;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(__update_load_avg_blocked_se);
|
||||
|
||||
int __update_load_avg_se(u64 now, struct cfs_rq *cfs_rq, struct sched_entity *se)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user