mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
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:
parent
fe9f1726b2
commit
6c3665470d
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user