mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 20:10:23 +09:00
ANDROID: GKI: Enlarge OEM data reserved in task_struct
Enlarge OEM data reserved in struct task_struct to support OEM's feature. Bug: 188018141 Change-Id: I242459e0ecf327475bb4814110f89f160cca0ad1 Signed-off-by: Liangliang Li <liliangliang@vivo.com>
This commit is contained in:
@@ -1369,7 +1369,7 @@ struct task_struct {
|
||||
struct callback_head mce_kill_me;
|
||||
#endif
|
||||
ANDROID_VENDOR_DATA_ARRAY(1, 64);
|
||||
ANDROID_OEM_DATA_ARRAY(1, 6);
|
||||
ANDROID_OEM_DATA_ARRAY(1, 32);
|
||||
|
||||
ANDROID_KABI_RESERVE(1);
|
||||
ANDROID_KABI_RESERVE(2);
|
||||
|
||||
Reference in New Issue
Block a user