aboutsummaryrefslogtreecommitdiff
path: root/topology.h
diff options
context:
space:
mode:
Diffstat (limited to 'topology.h')
-rw-r--r--topology.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/topology.h b/topology.h
index e06f1dc..aa84a5b 100644
--- a/topology.h
+++ b/topology.h
@@ -77,10 +77,6 @@ extern void assign_baseline_in_topo(struct cpuidle_datas *datas);
extern int release_cpu_topo_cstates(struct cpu_topology *topo);
extern int dump_cpu_topo_info(struct report_ops *ops, void *report_data, int (*dump)(struct report_ops *, void *, void *, char *, void *), struct cpu_topology *topo, int cstate);
-extern struct cpuidle_cstates *core_cluster_data(struct cpu_core *s_core);
-extern struct cpuidle_cstates *
- physical_cluster_data(struct cpu_physical *s_phy);
-
extern struct cpu_physical *cpu_to_cluster(int cpuid, struct cpu_topology *topo);
extern struct cpu_core *cpu_to_core(int cpuid, struct cpu_topology *topo);