mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user