mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
Revert "ANDROID: sched: gki: add padding to some structs to support WALT"
This reverts commit 7a2a316228.
Reason for revert: Fields are no longer needed for WALT
Bug: 233898087
Change-Id: Ie21114707cd432bef3488bfb613c19a784a27172
Signed-off-by: Todd Kjos <tkjos@google.com>
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
|
||||
#include <linux/types.h>
|
||||
#include <linux/percpu.h>
|
||||
#include <linux/android_vendor.h>
|
||||
|
||||
void topology_normalize_cpu_scale(void);
|
||||
int topology_update_cpu_topology(void);
|
||||
@@ -74,8 +73,6 @@ struct cpu_topology {
|
||||
cpumask_t core_sibling;
|
||||
cpumask_t cluster_sibling;
|
||||
cpumask_t llc_sibling;
|
||||
|
||||
cpumask_t android_vendor_data1;
|
||||
};
|
||||
|
||||
#ifdef CONFIG_GENERIC_ARCH_TOPOLOGY
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
#define _LINUX_SCHED_TOPOLOGY_H
|
||||
|
||||
#include <linux/topology.h>
|
||||
#include <linux/android_vendor.h>
|
||||
|
||||
#include <linux/sched/idle.h>
|
||||
|
||||
@@ -82,8 +81,6 @@ struct sched_domain_shared {
|
||||
atomic_t ref;
|
||||
atomic_t nr_busy_cpus;
|
||||
int has_idle_cores;
|
||||
|
||||
ANDROID_VENDOR_DATA(1);
|
||||
};
|
||||
|
||||
struct sched_domain {
|
||||
|
||||
@@ -434,8 +434,6 @@ struct task_group {
|
||||
struct uclamp_se uclamp[UCLAMP_CNT];
|
||||
/* Latency-sensitive flag used for a task group */
|
||||
unsigned int latency_sensitive;
|
||||
|
||||
ANDROID_VENDOR_DATA_ARRAY(1, 4);
|
||||
#endif
|
||||
|
||||
};
|
||||
@@ -857,8 +855,6 @@ struct root_domain {
|
||||
* CPUs of the rd. Protected by RCU.
|
||||
*/
|
||||
struct perf_domain __rcu *pd;
|
||||
|
||||
ANDROID_VENDOR_DATA_ARRAY(1, 4);
|
||||
};
|
||||
|
||||
extern void init_defrootdomain(void);
|
||||
@@ -1117,8 +1113,6 @@ struct rq {
|
||||
unsigned int core_forceidle_occupation;
|
||||
u64 core_forceidle_start;
|
||||
#endif
|
||||
|
||||
ANDROID_VENDOR_DATA_ARRAY(1, 96);
|
||||
};
|
||||
|
||||
#ifdef CONFIG_FAIR_GROUP_SCHED
|
||||
|
||||
Reference in New Issue
Block a user