ANDROID: sched: Add vendor data in struct cfs_rq
For vendor specific data in struct cfs_rq. Bug: 188947181 Signed-off-by: Rick Yiu <rickyiu@google.com> Change-Id: I7c322c6812829c19014426b5721cd1fb0c37a53f
This commit is contained in:
@@ -613,6 +613,8 @@ struct cfs_rq {
|
|||||||
int throttle_count;
|
int throttle_count;
|
||||||
struct list_head throttled_list;
|
struct list_head throttled_list;
|
||||||
#endif /* CONFIG_CFS_BANDWIDTH */
|
#endif /* CONFIG_CFS_BANDWIDTH */
|
||||||
|
|
||||||
|
ANDROID_VENDOR_DATA_ARRAY(1, 16);
|
||||||
#endif /* CONFIG_FAIR_GROUP_SCHED */
|
#endif /* CONFIG_FAIR_GROUP_SCHED */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user