mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09: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:
committed by
Todd Kjos
parent
45aaee55af
commit
4dfac8f44e
@@ -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
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user