diff options
Diffstat (limited to 'includes/x86/processor-platform.h')
-rw-r--r-- | includes/x86/processor-platform.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/includes/x86/processor-platform.h b/includes/x86/processor-platform.h index e93aaafe..bc27b620 100644 --- a/includes/x86/processor-platform.h +++ b/includes/x86/processor-platform.h @@ -37,7 +37,10 @@ struct _Processor { gchar *bugs; gchar *pm; /* power management features */ gint cache_size; - gfloat bogomips, cpu_mhz; + gfloat bogomips; + + gfloat cpu_mhz; /* for devices.c, identical to cpukhz_max/1000 */ + gint cpukhz_max, cpukhz_min, cpukhz_cur; /* for arm/processor.c */ gchar *has_fpu; gchar *bug_fdiv, *bug_hlt, *bug_f00f, *bug_coma; |