From 9963afdb30c71343cc5a22a854421919269b2c58 Mon Sep 17 00:00:00 2001 From: Burt P Date: Sat, 8 Apr 2017 21:39:30 -0500 Subject: Add /proc/cpuinfo power management list handling Show items and descriptions from the power management feature list. Signed-off-by: Burt P --- includes/x86/processor-platform.h | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/x86') 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; -- cgit v1.2.3