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:
parent
adeb470374
commit
cb2fe03684
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue