ANDROID: GKI: Add vendor fields to root_domain

This is needed for ABI compatibility

Bug: 153905799
Change-Id: Idd802feeb29652e9f575faff8a0770af5697eedb
Signed-off-by: Saravana Kannan <saravanak@google.com>
This commit is contained in:
Saravana Kannan 2020-04-11 15:24:23 -07:00
commit cb2fe03684

View file

@ -794,6 +794,12 @@ struct root_domain {
* CPUs of the rd. Protected by RCU.
*/
struct perf_domain *pd;
/* Vendor fields. */
/* First cpu with maximum and minimum original capacity */
int max_cap_orig_cpu, min_cap_orig_cpu;
/* First cpu with mid capacity */
int mid_cap_orig_cpu;
};
extern struct root_domain def_root_domain;