ANDROID: use ANDROID_OEM_DATA for OEM data

Change vendor fields to OEM fields by using
ANDROID_OEM_DATA when the vendor fields were
originally requested by an OEM.

Bug: 177481081
Signed-off-by: Todd Kjos <tkjos@google.com>
Change-Id: Iaf1e80e07bfd78efb5a9b7ff5894ff751f272f23
This commit is contained in:
Todd Kjos 2021-01-27 11:43:47 -08:00
parent fe9f1726b2
commit 6c3665470d

View File

@ -1370,6 +1370,7 @@ struct task_struct {
struct callback_head mce_kill_me;
#endif
ANDROID_VENDOR_DATA_ARRAY(1, 64);
ANDROID_OEM_DATA_ARRAY(1, 2);
#ifdef CONFIG_KRETPROBES
struct llist_head kretprobe_instances;