From 36aac085acebbce134bd10c5edb17856ca6c1df2 Mon Sep 17 00:00:00 2001 From: Burt P Date: Sat, 8 Apr 2017 00:21:18 -0500 Subject: Add /proc/cpuinfo bugs list handling In June 2014, /proc/cpuinfo added a bugs (fixes/workarounds) list that works like the flags list. Show this list in the CPU information with the extra description from the source comments in arch/x86/include/asm/cpufeatures.h. Signed-off-by: Burt P --- includes/x86/processor-platform.h | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') diff --git a/includes/x86/processor-platform.h b/includes/x86/processor-platform.h index feffa0dc..1dbb48e2 100644 --- a/includes/x86/processor-platform.h +++ b/includes/x86/processor-platform.h @@ -34,6 +34,7 @@ struct _Processor { gchar *model_name; gchar *vendor_id; gchar *flags; + gchar *bugs; gint cache_size; gfloat bogomips, cpu_mhz; -- cgit v1.2.3