Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e89b0598 authored by Egor Uleyskiy's avatar Egor Uleyskiy Committed by Greg Kroah-Hartman
Browse files

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: default avatarEgor Uleyskiy <e.uleyskiy@samsung.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
Change-Id: Iee22bb544da5cc355d162d7a966c656f453c8a33
parent 7ee8b58c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);