ANDROID: GKI: sched: struct fields for Per-Sched-domain over utilization

This commit only changes the struct fields needed to fix ABI
differences.

Bug: 153905799
Signed-off-by: Thara Gopinath <thara.gopinath@linaro.org>
Change-Id: I3f327cff4080096a3e58208dd72c9b7f7913cdb2
Signed-off-by: Chris Redpath <chris.redpath@arm.com>
(cherry picked from commit addef37808728c719d8c095a75bcf81befdacdaf)
[saravanak cherry-picked only the struct differences]
Signed-off-by: Saravana Kannan <saravanak@google.com>
This commit is contained in:
Thara Gopinath
2017-06-23 10:37:05 -04:00
committed by Saravana Kannan
parent cb2fe03684
commit c83082217a

View File

@@ -66,6 +66,8 @@ struct sched_domain_shared {
atomic_t ref;
atomic_t nr_busy_cpus;
int has_idle_cores;
bool overutilized;
};
struct sched_domain {