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:
Rick Yiu
2020-10-16 23:01:16 +08:00
committed by Quentin Perret
parent 846bf8e8cb
commit 658c60b75a
2 changed files with 2 additions and 0 deletions

View File

@@ -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)
{

View File

@@ -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)
{