ANDROID: sched: gki: add padding to some structs to support WALT

Qualcomm's load tracking algorithm WALT needs to carry data in the
task_group structure. Hence, add padding to it.

This commit partially reverts commit ffaeda21f898(Revert "ANDROID: sched:
gki: add padding to some structs to support WALT"), to effectively bring
back a part of the original change.

Bug: 200103201
Change-Id: I728d905d59f03d76dadf007e8f38c6532bd60b91
Signed-off-by: Sai Harshini Nimmala <quic_snimmala@quicinc.com>
This commit is contained in:
Sai Harshini Nimmala
2022-10-08 20:03:49 -07:00
committed by Todd Kjos
parent 45aaee55af
commit 4dfac8f44e

View File

@@ -420,6 +420,8 @@ struct task_group {
struct uclamp_se uclamp[UCLAMP_CNT];
/* Latency-sensitive flag used for a task group */
unsigned int latency_sensitive;
ANDROID_VENDOR_DATA_ARRAY(1, 4);
#endif
};