mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-26 04:20:23 +09:00
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:
@@ -1075,6 +1075,7 @@ struct rq {
|
||||
#endif
|
||||
|
||||
ANDROID_VENDOR_DATA_ARRAY(1, 96);
|
||||
ANDROID_OEM_DATA_ARRAY(1, 16);
|
||||
|
||||
ANDROID_KABI_RESERVE(1);
|
||||
ANDROID_KABI_RESERVE(2);
|
||||
|
||||
Reference in New Issue
Block a user