From 6487ff1b7e7762ce25554626b5a1634d9a7a721c Mon Sep 17 00:00:00 2001 From: Burt P Date: Mon, 10 Jul 2017 12:36:21 -0500 Subject: parisc: multiple procs, topology, cpufreq, more cpuinfo fields Signed-off-by: Burt P --- includes/parisc/processor-platform.h | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'includes') diff --git a/includes/parisc/processor-platform.h b/includes/parisc/processor-platform.h index 5b18e80f..c55c69ec 100644 --- a/includes/parisc/processor-platform.h +++ b/includes/parisc/processor-platform.h @@ -19,17 +19,24 @@ #ifndef __PROCESSOR_PLATFORM_H__ #define __PROCESSOR_PLATFORM_H__ +#include "cpu_util.h" + struct _Processor { + gint id; + gfloat cpu_mhz; /* for devices.c, identical to cpukhz_max/1000 */ + cpu_topology_data *cputopo; + cpufreq_data *cpufreq; + gchar *model_name; gchar *vendor_id; gchar *flags; - gfloat bogomips, cpu_mhz; - + gfloat bogomips; gchar *has_fpu; - gchar *strmodel; + gchar *cpu_family; gchar *icache_str, *dcache_str; + gchar *hversion, *sversion; }; #endif /* __PROCESSOR_PLATFORM_H__ */ -- cgit v1.2.3