ANDROID: sched: Add oem data in struct rq

Add ANDROID_OEM_DATA to struct rq, which is used to implement oem's
scheduler tuning.

Bug: 188899490
Change-Id: I1904b4fd83effc4b309bfb98811e9718398504f4
Signed-off-by: Liangliang Li <liliangliang@vivo.com>
This commit is contained in:
Liangliang Li 2021-05-22 20:19:36 +08:00 committed by Carlos Llamas
parent d6f34bc835
commit 9662426af3
1 changed files with 1 additions and 0 deletions

View File

@ -1122,6 +1122,7 @@ struct rq {
#endif
ANDROID_VENDOR_DATA_ARRAY(1, 96);
ANDROID_OEM_DATA_ARRAY(1, 16);
};
#ifdef CONFIG_FAIR_GROUP_SCHED