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:
Rick Yiu
2021-06-24 18:52:06 +08:00
committed by Todd Kjos
parent 3ad47a04c9
commit df80ec7469

View File

@@ -613,6 +613,8 @@ struct cfs_rq {
int throttle_count;
struct list_head throttled_list;
#endif /* CONFIG_CFS_BANDWIDTH */
ANDROID_VENDOR_DATA_ARRAY(1, 16);
#endif /* CONFIG_FAIR_GROUP_SCHED */
};