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:
Liangliang Li 2021-05-14 17:24:58 +08:00 committed by Todd Kjos
commit e1611d8751

View file

@ -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);