diff options
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/x86/processor-platform.h | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/includes/x86/processor-platform.h b/includes/x86/processor-platform.h index 4d7d92ad..3dc4944f 100644 --- a/includes/x86/processor-platform.h +++ b/includes/x86/processor-platform.h @@ -39,8 +39,12 @@ struct _Processor {      gint cache_size;      gfloat bogomips; +    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 x86/processor.c */ +    gchar *scaling_driver, *scaling_governor; +    gint transition_latency;      gchar *has_fpu;      gchar *bug_fdiv, *bug_hlt, *bug_f00f, *bug_coma; @@ -48,8 +52,6 @@ struct _Processor {      gint model, family, stepping;      gchar *strmodel; -    gint id; -      GSList *cache;  };  | 
