aboutsummaryrefslogtreecommitdiff
path: root/includes/x86
diff options
context:
space:
mode:
Diffstat (limited to 'includes/x86')
-rw-r--r--includes/x86/processor-platform.h2
1 files changed, 2 insertions, 0 deletions
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__ */