aboutsummaryrefslogtreecommitdiff
path: root/includes/ppc/processor-platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/ppc/processor-platform.h')
-rw-r--r--includes/ppc/processor-platform.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/includes/ppc/processor-platform.h b/includes/ppc/processor-platform.h
index 9410f599..d3d1a568 100644
--- a/includes/ppc/processor-platform.h
+++ b/includes/ppc/processor-platform.h
@@ -19,14 +19,13 @@
#ifndef __PROCESSOR_PLATFORM_H__
#define __PROCESSOR_PLATFORM_H__
+#include "cpu_util.h"
+
struct _Processor {
gint id;
- gchar *package_id, *core_id;
-
gfloat cpu_mhz; /* for devices.c, identical to cpukhz_max/1000 */
- gint cpukhz_max, cpukhz_min, cpukhz_cur; /* for ppc/processor.c */
- gchar *scaling_driver, *scaling_governor;
- gint transition_latency;
+ cpu_topology_data *cputopo;
+ cpufreq_data *cpufreq;
gchar *model_name;
gchar *revision;