From f1e867b56bf6148c08734d16f1f16ff577a7577d Mon Sep 17 00:00:00 2001 From: Burt P Date: Tue, 11 Jul 2017 17:34:20 -0500 Subject: s390: multiple cpu, topolog, cpufreq Signed-off-by: Burt P --- includes/s390/processor-platform.h | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'includes/s390/processor-platform.h') diff --git a/includes/s390/processor-platform.h b/includes/s390/processor-platform.h index 511fae6b..9164a7f2 100644 --- a/includes/s390/processor-platform.h +++ b/includes/s390/processor-platform.h @@ -19,10 +19,18 @@ #ifndef __PROCESSOR_PLATFORM_H__ #define __PROCESSOR_PLATFORM_H__ +#include "cpu_util.h" + struct _Processor { - gchar *vendor_id, *model_name; - gint cache_size; - gfloat bogomips, cpu_mhz; + gint id; + gfloat cpu_mhz; /* for devices.c, identical to cpukhz_max/1000 */ + cpu_topology_data *cputopo; + cpufreq_data *cpufreq; + + gchar *model_name; /* vendor_id */ + gchar *proc_str; + gfloat bogomips; + }; #endif /* __PROCESSOR_PLATFORM_H__ */ -- cgit v1.2.3