aboutsummaryrefslogtreecommitdiffstats
path: root/tools/power/x86/intel-speed-select/isst.h
diff options
context:
space:
mode:
authorZhang Rui <rui.zhang@intel.com>2022-08-20 23:58:23 +0800
committerSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>2022-09-15 11:16:05 -0700
commite616059ee6830242ffc68adc91a5486ac957dc1b (patch)
tree248c3af9df6d772ad28c26fb9e300d3ce3764d90 /tools/power/x86/intel-speed-select/isst.h
parenttools/power/x86/intel-speed-select: Introduce is_cpu_in_power_domain helper (diff)
downloadlinux-dev-e616059ee6830242ffc68adc91a5486ac957dc1b.tar.xz
linux-dev-e616059ee6830242ffc68adc91a5486ac957dc1b.zip
tools/power/x86/intel-speed-select: Do not export get_physical_id
Now, all the get_physical_pkg/die/core_id() users are inside isst-config.c, so no need to export these APIs. Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Diffstat (limited to '')
-rw-r--r--tools/power/x86/intel-speed-select/isst.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/power/x86/intel-speed-select/isst.h b/tools/power/x86/intel-speed-select/isst.h
index 3ff743d14d7b..71662f66002d 100644
--- a/tools/power/x86/intel-speed-select/isst.h
+++ b/tools/power/x86/intel-speed-select/isst.h
@@ -187,8 +187,6 @@ extern int get_max_punit_core_id(struct isst_id *id);
FILE *get_output_file(void);
extern void debug_printf(const char *format, ...);
extern int out_format_is_json(void);
-extern int get_physical_package_id(int cpu);
-extern int get_physical_die_id(int cpu);
extern void set_isst_id(struct isst_id *id, int cpu);
extern size_t alloc_cpu_set(cpu_set_t **cpu_set);
extern void free_cpu_set(cpu_set_t *cpu_set);