diff options
author | Burt P <pburt0@gmail.com> | 2017-04-08 00:21:18 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2017-04-07 22:41:16 -0700 |
commit | 36aac085acebbce134bd10c5edb17856ca6c1df2 (patch) | |
tree | 486d0d16c3a7ced41c825d2fd84dceaae3a8f6a9 /includes/x86 | |
parent | ac0e279c27bfb10f61d97f6ceb68a4be612fe569 (diff) |
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 <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 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; |