diff options
author | Burt P <pburt0@gmail.com> | 2017-04-08 21:39:30 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2017-04-09 10:58:25 -0700 |
commit | 9963afdb30c71343cc5a22a854421919269b2c58 (patch) | |
tree | 764dfd3103025b94d4726bec95e5dd8ac5a86ba5 /includes/x86 | |
parent | 36aac085acebbce134bd10c5edb17856ca6c1df2 (diff) |
Add /proc/cpuinfo power management list handling
Show items and descriptions from the power management feature
list.
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'includes/x86')
-rw-r--r-- | includes/x86/processor-platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/x86/processor-platform.h b/includes/x86/processor-platform.h index 1dbb48e2..e93aaafe 100644 --- a/includes/x86/processor-platform.h +++ b/includes/x86/processor-platform.h @@ -35,6 +35,7 @@ struct _Processor { gchar *vendor_id; gchar *flags; gchar *bugs; + gchar *pm; /* power management features */ gint cache_size; gfloat bogomips, cpu_mhz; |