ANDROID: vendor_hooks: Extend the vendor data array in task_struct
Add an element to ANDROID_VENDOR_DATA_ARRAY(1,2) in task_struct Bug: 169343953 Signed-off-by: Egor Uleyskiy <e.uleyskiy@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: Iee22bb544da5cc355d162d7a966c656f453c8a33
This commit is contained in:
parent
7ee8b58cc1
commit
e89b05984d
@ -1292,7 +1292,7 @@ struct task_struct {
|
||||
unsigned long prev_lowest_stack;
|
||||
#endif
|
||||
|
||||
ANDROID_VENDOR_DATA_ARRAY(1, 2);
|
||||
ANDROID_VENDOR_DATA_ARRAY(1, 3);
|
||||
|
||||
ANDROID_KABI_RESERVE(1);
|
||||
ANDROID_KABI_RESERVE(2);
|
||||
|
Loading…
Reference in New Issue
Block a user