mirror of
https://github.com/torvalds/linux.git
synced 2026-08-02 05:12:01 +02:00
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:
parent
b05d0510cd
commit
407d40d844
|
|
@ -435,6 +435,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
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user