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:
Todd Kjos
2022-07-27 21:58:22 +00:00
parent c99ebf4e8b
commit ffaeda21f8
3 changed files with 0 additions and 12 deletions

View File

@@ -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

View File

@@ -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 {

View File

@@ -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