ANDROID: GKI: Add cpuset ABI padding
To facilitate nonspecific potential future backports and fixes. Bug: 417480479 Change-Id: I0728c5bfedb88b01fe498a638bb79f8f71a8d5df Signed-off-by: T.J. Mercier <tjmercier@google.com>
This commit is contained in:
committed by
Carlos Llamas
parent
060da33ae4
commit
b209d55c0e
@@ -3,6 +3,7 @@
|
||||
#ifndef __CPUSET_INTERNAL_H
|
||||
#define __CPUSET_INTERNAL_H
|
||||
|
||||
#include <linux/android_kabi.h>
|
||||
#include <linux/cgroup.h>
|
||||
#include <linux/cpu.h>
|
||||
#include <linux/cpumask.h>
|
||||
@@ -180,6 +181,8 @@ struct cpuset {
|
||||
|
||||
/* Used to merge intersecting subsets for generate_sched_domains */
|
||||
struct uf_node node;
|
||||
|
||||
ANDROID_BACKPORT_RESERVE(1);
|
||||
};
|
||||
|
||||
static inline struct cpuset *css_cs(struct cgroup_subsys_state *css)
|
||||
|
||||
Reference in New Issue
Block a user