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:
parent
474a726efd
commit
e1611d8751
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue