From 7b6b36df3a8dc5775b37300b293daf9deec9dca1 Mon Sep 17 00:00:00 2001 From: Burt P Date: Fri, 11 Aug 2017 21:57:10 -0500 Subject: x86: add microcode version to reported information Signed-off-by: Burt P --- includes/x86/processor-platform.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes/x86') diff --git a/includes/x86/processor-platform.h b/includes/x86/processor-platform.h index 97d864cb..57a9830c 100644 --- a/includes/x86/processor-platform.h +++ b/includes/x86/processor-platform.h @@ -40,6 +40,7 @@ struct _Processor { gchar *pm; /* power management features */ gint cache_size; gfloat bogomips; + gchar *microcode; gint id; gfloat cpu_mhz; /* for devices.c, identical to cpukhz_max/1000 */ @@ -53,6 +54,7 @@ struct _Processor { gchar *strmodel; GSList *cache; + }; #endif /* __PROCESSOR_PLATFORM_H__ */ -- cgit v1.2.3