mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09: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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user